Dynamic texture array create information. More...
#include <DynamicTextureArray.hpp>
Public Attributes | |
TextureDesc | Desc |
Texture array description. | |
Uint32 | NumSlicesInMemoryPage = 1 |
The number of slices in memory page. | |
Dynamic texture array create information.
TextureDesc Diligent::DynamicTextureArrayCreateInfo::Desc |
Texture array description.
Desc.Width
and Desc.Height
must not be zero Uint32 Diligent::DynamicTextureArrayCreateInfo::NumSlicesInMemoryPage = 1 |
The number of slices in memory page.
This value is only relevant when Desc.Usage == Diligent::USAGE_SPARSE and defines the number of texture array slices in one memory page.