Diligent Engine API Reference
|
Basic texture format description. More...
Public Member Functions | |
TextureFormatInfo () | |
Initializes the structure with default values. | |
Public Member Functions inherited from Diligent::TextureFormatAttribs | |
TextureFormatAttribs (TEXTURE_FORMAT _Format=TEX_FORMAT_UNKNOWN, const Char *_Name="TEX_FORMAT_UNKNOWN", Uint32 _ComponentSize=0, Uint32 _NumComponents=0, COMPONENT_TYPE _ComponentType=COMPONENT_TYPE_UNDEFINED) | |
Initializes the structure. | |
Public Attributes | |
bool | Supported |
Indicates if the format is supported by the device. | |
Public Attributes inherited from Diligent::TextureFormatAttribs | |
TEXTURE_FORMAT | Format |
Texture format, see Diligent::TEXTURE_FORMAT for a list of supported texture formats. | |
const Char * | Name |
Literal texture format name (for instance, for TEX_FORMAT_RGBA8_UNORM format, this will be "TEX_FORMAT_RGBA8_UNORM") | |
Uint32 | ComponentSize |
Size of one component in bytes (for instance, for TEX_FORMAT_RGBA8_UNORM format, this will be 1) For compressed formats, this is the block size in bytes (for TEX_FORMAT_BC1_UNORM format, this will be 8) | |
Uint32 | NumComponents |
Number of components. | |
COMPONENT_TYPE | ComponentType |
Component type, see Diligent::COMPONENT_TYPE for details. | |
Basic texture format description.
This structure is returned by IRenderDevice::GetTextureFormatInfo()