Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |