15 lines
289 B
Markdown
15 lines
289 B
Markdown
|
|
# D3D12CommandList::Reset
|
||
|
|
|
||
|
|
```cpp
|
||
|
|
void Reset() override;
|
||
|
|
```
|
||
|
|
|
||
|
|
重置命令列表,准备录制新命令。
|
||
|
|
|
||
|
|
**复杂度:** O(1)
|
||
|
|
|
||
|
|
## 相关文档
|
||
|
|
|
||
|
|
- [D3D12CommandList 总览](command-list.md) - 返回类总览
|
||
|
|
- [RHICommandList::Reset](../../command-list/command-list.md) - 基类方法
|