Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 |