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