Docs: Add D3D12 API documentation
This commit is contained in:
17
docs/api/d3d12/d3d12-device-create-pipeline-state.md
Normal file
17
docs/api/d3d12/d3d12-device-create-pipeline-state.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# D3D12Device::CreatePipelineState
|
||||
|
||||
创建管道状态对象。
|
||||
|
||||
```cpp
|
||||
RHIPipelineState* CreatePipelineState(const PipelineStateDesc& desc) override;
|
||||
```
|
||||
|
||||
**参数:**
|
||||
- `desc` - 管道状态描述
|
||||
|
||||
**返回:** `RHIPipelineState*` - 创建的管道状态指针
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [D3D12Device 总览](d3d12-device.md)
|
||||
- [D3D12PipelineState](d3d12-pipeline-state.md)
|
||||
Reference in New Issue
Block a user