Files
XCEngine/docs/api/d3d12/d3d12-device-create-command-list.md

18 lines
383 B
Markdown
Raw Normal View History

2026-03-20 19:43:28 +08:00
# D3D12Device::CreateCommandList
创建命令列表。
```cpp
RHICommandList* CreateCommandList(const CommandListDesc& desc) override;
```
**参数:**
- `desc` - 命令列表描述结构体
**返回:** `RHICommandList*` - 创建的命令列表指针,失败返回 nullptr
## 相关文档
- [D3D12Device 总览](d3d12-device.md)
- [D3D12CommandList](d3d12-command-list.md)