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_CREATIONValue: 0 Specifies that the parameter is used at the meta command creation stage. |
D3D12_META_COMMAND_PARAMETER_STAGE_INITIALIZATIONValue: 1 Specifies that the parameter is used at the meta command initialization stage. |
D3D12_META_COMMAND_PARAMETER_STAGE_EXECUTIONValue: 2 Specifies that the parameter is used at the meta command execution stage. |
Requirements
| Header | d3d12.h |