DESCRIPTOR_HEAP_COLUMNS enumeration

An enum used to indicate a column in the Descriptor heap viewer.

Syntax


enum DESCRIPTOR_HEAP_COLUMNS {  DESCRIPTOR_HEAP_COLUMN_INDEX                = 0, 
  DESCRIPTOR_HEAP_COLUMN_RESOURCE_ID, 
  DESCRIPTOR_HEAP_COLUMN_ENTRYTYPE, 
  DESCRIPTOR_HEAP_COLUMN_ISNULL, 
  DESCRIPTOR_HEAP_COLUMN_FILTER, 
  DESCRIPTOR_HEAP_COLUMN_ADDRESSU, 
  DESCRIPTOR_HEAP_COLUMN_ADDRESSV, 
  DESCRIPTOR_HEAP_COLUMN_ADDRESSW, 
  DESCRIPTOR_HEAP_COLUMN_MIPLODBIAS, 
  DESCRIPTOR_HEAP_COLUMN_MAXANISOTROPY, 
  DESCRIPTOR_HEAP_COLUMN_COMPARISONFUNC, 
  DESCRIPTOR_HEAP_COLUMN_BORDERCOLOR0, 
  DESCRIPTOR_HEAP_COLUMN_BORDERCOLOR1, 
  DESCRIPTOR_HEAP_COLUMN_BORDERCOLOR2, 
  DESCRIPTOR_HEAP_COLUMN_BORDERCOLOR3, 
  DESCRIPTOR_HEAP_COLUMN_MINLOD, 
  DESCRIPTOR_HEAP_COLUMN_MAXLOD, 
  DESCRIPTOR_HEAP_COLUMN_FORMAT, 
  DESCRIPTOR_HEAP_COLUMN_OFFSETINBYTES, 
  DESCRIPTOR_HEAP_COLUMN_SIZEINBYTES, 
  DESCRIPTOR_HEAP_COLUMN_STRIDEINBYTES, 
  DESCRIPTOR_HEAP_COLUMN_DIMENSION, 
  DESCRIPTOR_HEAP_COLUMN_FIRSTELEMENT, 
  DESCRIPTOR_HEAP_COLUMN_NUMELEMENTS, 
  DESCRIPTOR_HEAP_COLUMN_MIPSLICE, 
  DESCRIPTOR_HEAP_COLUMN_FIRSTARRAYSLICE, 
  DESCRIPTOR_HEAP_COLUMN_ARRAYSIZE, 
  DESCRIPTOR_HEAP_COLUMN_FIRSTWSLICE, 
  DESCRIPTOR_HEAP_COLUMN_WSIZE, 
  DESCRIPTOR_HEAP_COLUMN_STRUCTUREBYTESTRIDE, 
  DESCRIPTOR_HEAP_COLUMN_FLAGS, 
  DESCRIPTOR_HEAP_COLUMN_MOSTDETAILEDMIP, 
  DESCRIPTOR_HEAP_COLUMN_MIPLEVELS, 
  DESCRIPTOR_HEAP_COLUMN_RESOURCEMINLODCLAMP, 
  DESCRIPTOR_HEAP_COLUMN_FIRST2DARRAYFACE, 
  DESCRIPTOR_HEAP_COLUMN_NUMCUBES, 
  DESCRIPTOR_HEAP_COLUMN_DETAILS, 
  DESCRIPTOR_HEAP_MAX_COLUMNS                 = 64 

};

Constants

DESCRIPTOR_HEAP_COLUMN_INDEX

A value that corresponds to the Index column.

DESCRIPTOR_HEAP_COLUMN_RESOURCE_ID

A value that corresponds to the Resource ID column.

DESCRIPTOR_HEAP_COLUMN_ENTRYTYPE

A value that corresponds to the Entry Type column.

DESCRIPTOR_HEAP_COLUMN_ISNULL

A value that corresponds to the Is Null column.

DESCRIPTOR_HEAP_COLUMN_FILTER

A value that corresponds to the Filter column.

DESCRIPTOR_HEAP_COLUMN_ADDRESSU

A value that corresponds to the Address U column.

DESCRIPTOR_HEAP_COLUMN_ADDRESSV

A value that corresponds to the Address V column.

DESCRIPTOR_HEAP_COLUMN_ADDRESSW

A value that corresponds to the Address W column.

DESCRIPTOR_HEAP_COLUMN_MIPLODBIAS

A value that corresponds to the Mip LOD Bias column.

DESCRIPTOR_HEAP_COLUMN_MAXANISOTROPY

A value that corresponds to the Max Anisotropy column.

DESCRIPTOR_HEAP_COLUMN_COMPARISONFUNC

A value that corresponds to the Comparison Function column.

DESCRIPTOR_HEAP_COLUMN_BORDERCOLOR0

A value that corresponds to the Border Color 0 column.

DESCRIPTOR_HEAP_COLUMN_BORDERCOLOR1

A value that corresponds to the Border Color 1 column.

DESCRIPTOR_HEAP_COLUMN_BORDERCOLOR2

A value that corresponds to the Border Color 2 column.

DESCRIPTOR_HEAP_COLUMN_BORDERCOLOR3

A value that corresponds to the Border Color 3 column.

DESCRIPTOR_HEAP_COLUMN_MINLOD

A value that corresponds to the Min LOD column.

DESCRIPTOR_HEAP_COLUMN_MAXLOD

A value that corresponds to the Max LOD column.

DESCRIPTOR_HEAP_COLUMN_FORMAT

A value that corresponds to the Format column.

DESCRIPTOR_HEAP_COLUMN_OFFSETINBYTES

A value that corresponds to the Offset in Bytes column.

DESCRIPTOR_HEAP_COLUMN_SIZEINBYTES

A value that corresponds to the Size in Bytes column.

DESCRIPTOR_HEAP_COLUMN_STRIDEINBYTES

A value that corresponds to the Stride in Bytes column.

DESCRIPTOR_HEAP_COLUMN_DIMENSION

A value that corresponds to the Dimension column.

DESCRIPTOR_HEAP_COLUMN_FIRSTELEMENT

A value that corresponds to the First Element column.

DESCRIPTOR_HEAP_COLUMN_NUMELEMENTS

A value that corresponds to the Num Elements column.

DESCRIPTOR_HEAP_COLUMN_MIPSLICE

A value that corresponds to the Mip Slice column.

DESCRIPTOR_HEAP_COLUMN_FIRSTARRAYSLICE

A value that corresponds to the First Array Slice column.

DESCRIPTOR_HEAP_COLUMN_ARRAYSIZE

A value that corresponds to the Array Size column.

DESCRIPTOR_HEAP_COLUMN_FIRSTWSLICE

A value that corresponds to the First W Slice column.

DESCRIPTOR_HEAP_COLUMN_WSIZE

A value that corresponds to the W Size column.

DESCRIPTOR_HEAP_COLUMN_STRUCTUREBYTESTRIDE

A value that corresponds to the Structure Byte Stride column.

DESCRIPTOR_HEAP_COLUMN_FLAGS

A value that corresponds to the Flags column.

DESCRIPTOR_HEAP_COLUMN_MOSTDETAILEDMIP

A value that corresponds to the Most Detailed Mip column.

DESCRIPTOR_HEAP_COLUMN_MIPLEVELS

A value that corresponds to the Mip Levels column.

DESCRIPTOR_HEAP_COLUMN_RESOURCEMINLODCLAMP

A value that corresponds to the Resource Min LOD Clamp column.

DESCRIPTOR_HEAP_COLUMN_FIRST2DARRAYFACE

A value that corresponds to the First 2D Array Face column.

DESCRIPTOR_HEAP_COLUMN_NUMCUBES

A value that corresponds to the Num Cubes column.

DESCRIPTOR_HEAP_COLUMN_DETAILS

A value that corresponds to the Details column.

DESCRIPTOR_HEAP_MAX_COLUMNS

A value that corresponds to the maximum number of columns supported.

Requirements

Header

Vspixengine.h

 

 

Community Additions

ADD
Show: