- Fix link resolution with proper relative/absolute path handling - Improve link styling with underline decoration - Hide leaf nodes from tree, only show directories - Fix log file path for packaged app
1.1 KiB
1.1 KiB
D3D12CommandQueue
命名空间: XCEngine::RHI
描述: DirectX 12 命令队列的 D3D12 实现,继承自 RHICommandQueue。
公共方法
| 方法 | 描述 |
|---|---|
Initialize |
初始化命令队列 |
Shutdown |
关闭命令队列 |
ExecuteCommandLists |
执行命令列表 |
Signal |
信号栅栏 |
Wait |
等待栅栏 |
GetCompletedValue |
获取完成值 |
WaitForIdle |
等待空闲 |
GetType |
获取队列类型 |
GetTimestampFrequency |
获取时间戳频率 |
GetCommandQueue |
获取 D3D12 命令队列 |
GetNativeHandle |
获取原生句柄 |
相关文档
- D3D12 后端总览
- RHICommandQueue - 抽象命令队列接口