D3D12_META_COMMAND_PARAMETER_STAGE enumeration (d3d12.h)

Defines constants that specify the stage of a parameter to a meta command.

Syntax

typedef enum D3D12_META_COMMAND_PARAMETER_STAGE {
  D3D12_META_COMMAND_PARAMETER_STAGE_CREATION = 0,
  D3D12_META_COMMAND_PARAMETER_STAGE_INITIALIZATION = 1,
  D3D12_META_COMMAND_PARAMETER_STAGE_EXECUTION = 2
} ;

Constants

 
D3D12_META_COMMAND_PARAMETER_STAGE_CREATION
Value: 0
Specifies that the parameter is used at the meta command creation stage.
D3D12_META_COMMAND_PARAMETER_STAGE_INITIALIZATION
Value: 1
Specifies that the parameter is used at the meta command initialization stage.
D3D12_META_COMMAND_PARAMETER_STAGE_EXECUTION
Value: 2
Specifies that the parameter is used at the meta command execution stage.

Requirements

Requirement Value
Header d3d12.h