Docs: Add D3D12 API documentation

This commit is contained in:
2026-03-20 19:43:28 +08:00
parent 05a57addc7
commit 60d11f3109
41 changed files with 1073 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# D3D12CommandList::Shutdown
关闭命令列表并释放资源。
```cpp
void Shutdown() override;
```
## 相关文档
- [D3D12CommandList 总览](d3d12-command-list.md)