Diligent Engine API Reference
|
Texture capabilities. More...
Public Member Functions | |
TextureCaps () | |
Initializes the structure members with default values. | |
Public Attributes | |
Bool | bTexture1DSupported |
Indicates if device supports 1D textures. | |
Bool | bTexture1DArraySupported |
Indicates if device supports 1D texture arrays. | |
Bool | bTexture2DMSSupported |
Indicates if device supports 2D multisampled textures. | |
Bool | bTexture2DMSArraySupported |
Indicates if device supports 2D multisampled texture arrays. | |
bool | bTextureViewSupported |
Indicates if device supports texture views. | |
bool | bCubemapArraysSupported |
Indicates if device supports cubemap arrays. | |
Texture capabilities.