docs: update RHI API docs
This commit is contained in:
14
docs/api/rhi/d3d12/command-list/reset.md
Normal file
14
docs/api/rhi/d3d12/command-list/reset.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# D3D12CommandList::Reset
|
||||
|
||||
```cpp
|
||||
void Reset() override;
|
||||
```
|
||||
|
||||
重置命令列表,准备录制新命令。
|
||||
|
||||
**复杂度:** O(1)
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [D3D12CommandList 总览](command-list.md) - 返回类总览
|
||||
- [RHICommandList::Reset](../../command-list/command-list.md) - 基类方法
|
||||
Reference in New Issue
Block a user