D3D12DDI_META_COMMAND_PARAMETER_FLAGS enumeration (d3d12umddi.h)
The available meta-command parameter flags.
Syntax
typedef enum D3D12DDI_META_COMMAND_PARAMETER_FLAGS {
D3D12DDI_META_COMMAND_PARAMETER_FLAG_INPUT,
D3D12DDI_META_COMMAND_PARAMETER_FLAG_OUTPUT
} ;
Constants
D3D12DDI_META_COMMAND_PARAMETER_FLAG_INPUT The meta-command is of type input. |
D3D12DDI_META_COMMAND_PARAMETER_FLAG_OUTPUT The meta-command is of type output. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | d3d12umddi.h |