fix(docs): fix MeshLoader constructor and Fence doc references

This commit is contained in:
2026-03-26 02:03:53 +08:00
parent 32cf6b8ced
commit a2765a282e
4 changed files with 77 additions and 6 deletions

View File

@@ -43,11 +43,6 @@ fence->Signal();
// 在 CPU 端等待 GPU 完成
fence->Wait(fence->GetCompletedValue());
// 检查是否已完成
if (fence->IsSignaled()) {
// GPU 工作已完成
}
// 获取原生句柄用于平台特定操作
void* nativeHandle = fence->GetNativeHandle();