Defines the sparse buffer memory binding information. More...
#include <DeviceContext.h>
Public Attributes | |
IBuffer * | pBuffer = nullptr |
Buffer for which sparse binding command will be executed. | |
const SparseBufferMemoryBindRange * | pRanges = nullptr |
Uint32 | NumRanges = 0 |
The number of elements in pRanges array. | |
Defines the sparse buffer memory binding information.
This structure is used by BindSparseResourceMemoryAttribs.
const SparseBufferMemoryBindRange* Diligent::SparseBufferMemoryBindInfo::pRanges = nullptr |
An array of NumRanges
buffer memory ranges to bind/unbind, see Diligent::SparseBufferMemoryBindRange.