12 lines
174 B
Markdown
12 lines
174 B
Markdown
|
|
# D3D12CommandList::Shutdown
|
||
|
|
|
||
|
|
关闭命令列表并释放资源。
|
||
|
|
|
||
|
|
```cpp
|
||
|
|
void Shutdown() override;
|
||
|
|
```
|
||
|
|
|
||
|
|
## 相关文档
|
||
|
|
|
||
|
|
- [D3D12CommandList 总览](d3d12-command-list.md)
|