Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::DynamicTextureArrayCreateInfo Struct Reference

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.
 

Detailed Description

Dynamic texture array create information.

Member Data Documentation

◆ Desc

TextureDesc Diligent::DynamicTextureArrayCreateInfo::Desc

Texture array description.

◆ NumSlicesInMemoryPage

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.