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

Sparse texture memory binding information. More...

#include <DeviceContext.h>

Public Attributes

ITexturepTexture = nullptr
 Texture for which sparse binding command will be executed.
 
const SparseTextureMemoryBindRangepRanges = nullptr
 An array of NumRanges texture memory ranges to bind/unbind, see Diligent::SparseTextureMemoryBindRange.
 
Uint32 NumRanges = 0
 The number of elements in the pRanges array.
 

Detailed Description

Sparse texture memory binding information.

This structure is used by BindSparseResourceMemoryAttribs.