Files
XCSDD/docs/api/rhi/d3d12/command-queue/command-queue.md
ssdfasd 58a83f445a fix: improve doc link navigation and tree display
- 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
2026-03-19 12:44:08 +08:00

1.1 KiB

D3D12CommandQueue

命名空间: XCEngine::RHI

描述: DirectX 12 命令队列的 D3D12 实现,继承自 RHICommandQueue

公共方法

方法 描述
Initialize 初始化命令队列
Shutdown 关闭命令队列
ExecuteCommandLists 执行命令列表
Signal 信号栅栏
Wait 等待栅栏
GetCompletedValue 获取完成值
WaitForIdle 等待空闲
GetType 获取队列类型
GetTimestampFrequency 获取时间戳频率
GetCommandQueue 获取 D3D12 命令队列
GetNativeHandle 获取原生句柄

相关文档