docs: update RHI API docs
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
uint64_t GetCompletedValue()
|
||||
```
|
||||
|
||||
获取已完成的值。
|
||||
**详细描述**: 获取围栏已完成的值。由于 OpenGLCommandQueue 为存根实现,此方法始终返回 0。
|
||||
|
||||
**返回:** 已完成的围栏值
|
||||
**返回值:** `uint64_t` - 已完成的围栏值,当前固定返回 0
|
||||
|
||||
**示例:**
|
||||
|
||||
@@ -16,4 +16,4 @@ uint64_t value = commandQueue->GetCompletedValue();
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [OpenGLCommandQueue](command-queue.md) - 返回类总览
|
||||
- [OpenGLCommandQueue](command-queue.md) - 返回至类概览
|
||||
Reference in New Issue
Block a user