XII Release 0.1.0
Loading...
Searching...
No Matches
xiiGALTextureProperties Struct Reference

This describes the texture properties. More...

#include <Descriptors.h>

Inheritance diagram for xiiGALTextureProperties:
[legend]

Public Member Functions

 XII_DECLARE_POD_TYPE ()
 
- Public Member Functions inherited from xiiHashableStruct< xiiGALTextureProperties >
 xiiHashableStruct (const xiiHashableStruct< xiiGALTextureProperties > &other)
 
void operator= (const xiiHashableStruct< xiiGALTextureProperties > &other)
 
XII_ALWAYS_INLINE constexpr bool operator== (const xiiHashableStruct< xiiGALTextureProperties > &rhs) const=default
 
xiiUInt32 CalculateHash () const
 Calculates the 32 bit hash of the struct and returns it.
 

Public Attributes

xiiUInt32 m_uiMaxTexture1DDimension = 0U
 Maximum dimension (width) of a 1D texture, or 0 if 1D textures are not supported.
 
xiiUInt32 m_uiMaxTexture1DArraySlices = 0U
 Maximum number of slices in a 1D texture array, or 0 if 1D texture arrays are not supported.
 
xiiUInt32 m_uiMaxTexture2DDimension = 0U
 Maximum dimension (width or height) of a 2D texture.
 
xiiUInt32 m_uiMaxTexture2DArraySlices = 0U
 Maximum number of slices in a 2D texture array, or 0 if 2D texture arrays are not supported.
 
xiiUInt32 m_uiMaxTexture3DDimension = 0U
 Maximum dimension (width, height, or depth) of a 3D texture, or 0 if 3D textures are not supported.
 
xiiUInt32 m_uiMaxTextureCubeDimension = 0U
 Maximum dimension (width or height) of a cube map face, or 0 if cube map textures are not supported.
 
bool m_bTexture2DMSSupported = false
 Indicates if device supports 2D multi-sampled textures.
 
bool m_bTexture2DMSArraySupported = false
 Indicates if device supports 2D multi-sampled texture arrays.
 
bool m_bTextureViewSupported = false
 Indicates if device supports texture views.
 
bool m_bCubeMapArraysSupported = false
 Indicates if device supports cube map arrays.
 
bool m_bTextureView2DOn3DSupported = false
 Indicates if device supports 2D views from 3D texture.
 

Detailed Description

This describes the texture properties.


The documentation for this struct was generated from the following file: