D3D12_META_COMMAND_PARAMETER_FLAGS enumeration (d3d12.h)

Defines constants that specify the flags for a parameter to a meta command. Values can be bitwise OR'd together.

Syntax

typedef enum D3D12_META_COMMAND_PARAMETER_FLAGS {
  D3D12_META_COMMAND_PARAMETER_FLAG_INPUT = 0x1,
  D3D12_META_COMMAND_PARAMETER_FLAG_OUTPUT = 0x2
} ;

Constants

 
D3D12_META_COMMAND_PARAMETER_FLAG_INPUT
Value: 0x1
Specifies that the parameter is an input resource.
D3D12_META_COMMAND_PARAMETER_FLAG_OUTPUT
Value: 0x2
Specifies that the parameter is an output resource.

Requirements

Requirement Value
Header d3d12.h