Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Specifies flags to be used when creating a command queue.
Syntax
typedef enum D3D12_COMMAND_QUEUE_FLAGS {
D3D12_COMMAND_QUEUE_FLAG_NONE = 0,
D3D12_COMMAND_QUEUE_FLAG_DISABLE_GPU_TIMEOUT = 0x1
} ;
Constants
D3D12_COMMAND_QUEUE_FLAG_NONEValue: 0 Indicates a default command queue. |
D3D12_COMMAND_QUEUE_FLAG_DISABLE_GPU_TIMEOUTValue: 0x1 Indicates that the GPU timeout should be disabled for this command queue. |
Remarks
This enum is used by the D3D12_COMMAND_QUEUE_DESC structure.
Requirements
| Requirement | Value |
|---|---|
| Header | d3d12.h |