Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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_INPUTValue: 0x1 Specifies that the parameter is an input resource. |
D3D12_META_COMMAND_PARAMETER_FLAG_OUTPUTValue: 0x2 Specifies that the parameter is an output resource. |
Requirements
| Requirement | Value |
|---|---|
| Header | d3d12.h |