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

Defines the sparse buffer memory binding information. More...

#include <DeviceContext.h>

Public Attributes

IBufferpBuffer = nullptr
 Buffer for which sparse binding command will be executed.
 
const SparseBufferMemoryBindRangepRanges = nullptr
 
Uint32 NumRanges = 0
 The number of elements in pRanges array.
 

Detailed Description

Defines the sparse buffer memory binding information.

This structure is used by BindSparseResourceMemoryAttribs.

Member Data Documentation

◆ pRanges

const SparseBufferMemoryBindRange* Diligent::SparseBufferMemoryBindInfo::pRanges = nullptr

An array of NumRanges buffer memory ranges to bind/unbind, see Diligent::SparseBufferMemoryBindRange.