Files
XCSDD/docs/api/rhi/opengl/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

943 B

OpenGLCommandQueue

命名空间: XCEngine::RHI

描述: OpenGL 命令队列实现,继承自 RHICommandQueue

公共方法

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

相关文档