// d3d12umddi.h
typedef enum D3D12DDI_META_COMMAND_PARAMETER_FLAGS {
D3D12DDI_META_COMMAND_PARAMETER_FLAG_INPUT,
D3D12DDI_META_COMMAND_PARAMETER_FLAG_OUTPUT
} ;
View the official Windows Driver Kit DDI referenceNo description available.
The available meta-command parameter flags.
D3D12DDI_META_COMMAND_PARAMETER_FLAG_INPUTThe meta-command is of type input.
D3D12DDI_META_COMMAND_PARAMETER_FLAG_OUTPUTThe meta-command is of type output.