Docs: Add D3D12 API documentation
This commit is contained in:
17
docs/api/d3d12/d3d12-device-create-command-list.md
Normal file
17
docs/api/d3d12/d3d12-device-create-command-list.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# D3D12Device::CreateCommandList
|
||||
|
||||
创建命令列表。
|
||||
|
||||
```cpp
|
||||
RHICommandList* CreateCommandList(const CommandListDesc& desc) override;
|
||||
```
|
||||
|
||||
**参数:**
|
||||
- `desc` - 命令列表描述结构体
|
||||
|
||||
**返回:** `RHICommandList*` - 创建的命令列表指针,失败返回 nullptr
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [D3D12Device 总览](d3d12-device.md)
|
||||
- [D3D12CommandList](d3d12-command-list.md)
|
||||
Reference in New Issue
Block a user