docs: update RHI API docs

This commit is contained in:
2026-03-20 02:35:45 +08:00
parent ea756c0177
commit 070b444f8f
501 changed files with 13493 additions and 2022 deletions

View File

@@ -4,12 +4,16 @@
uint64_t GetCompletedValue() override;
```
获取完成值。
获取命令队列关联的栅栏的当前完成值。
**返回:** 栅栏已完成
**返回:** 栅栏已完成值
**复杂度:** O(1)
**注意:** 当前实现始终返回 0表示此方法为未完成功能。使用前请确认功能状态。
## 相关文档
- [D3D12CommandQueue 总览](command-queue.md) - 返回类总览
- [Signal](signal.md) - 向栅栏发送信号
- [D3D12Fence](../fence/fence.md)