D3D_ROOT_SIGNATURE_VERSION enumeration

Specifies the version of root signature layout.

Syntax


typedef enum D3D_ROOT_SIGNATURE_VERSION { 
  D3D_ROOT_SIGNATURE_VERSION_1    = 0x1,
  D3D_ROOT_SIGNATURE_VERSION_1_0  = 0x1,
  D3D_ROOT_SIGNATURE_VERSION_1_1  = 0x2
} D3D_ROOT_SIGNATURE_VERSION;

Constants

D3D_ROOT_SIGNATURE_VERSION_1

Version one of root signature layout.

D3D_ROOT_SIGNATURE_VERSION_1_0

Version one of root signature layout.

D3D_ROOT_SIGNATURE_VERSION_1_1

Version 1.1 of root signature layout. Refer to Root Signature Version 1.1.

Remarks

This enum is used by the following structures and methods.

Requirements

Header

D3D12.h

See also

Core Enumerations

 

 

Show: