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

876 B

OpenGLFence

命名空间: XCEngine::RHI

描述: OpenGL 栅栏同步实现,继承自 RHIFence

公共方法

方法 描述
Initialize 初始化栅栏
Shutdown 关闭栅栏
Signal 信号栅栏
Wait 等待栅栏
Reset 重置栅栏
IsSignaled 检查是否已信号
GetStatus 获取状态
GetCompletedValue 获取完成值
GetCurrentValue 获取当前值
GetNativeHandle 获取原生句柄

相关文档