หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 |