DescriptorHeapRecord structure

Represents descriptor heap information.

Syntax


typedef struct DescriptorHeapRecord {
  UINT64 [DESCRIPTOR_HEAP_MAX_COLUMNS] ColumnValues;
} DescriptorHeapRecord;

Members

ColumnValues

An array of descriptor heap information indexed by using the DESCRIPTOR_HEAP_COLUMNS enum.

Requirements

Header

Vspixengine.h

 

 

Community Additions

ADD
Show: