Update API documentation and remove obsolete plan files
This commit is contained in:
16
docs/api/rhi/d3d12/command-list/set-depth-stencil-state.md
Normal file
16
docs/api/rhi/d3d12/command-list/set-depth-stencil-state.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# D3D12CommandList::SetDepthStencilState
|
||||
|
||||
```cpp
|
||||
void SetDepthStencilState(const DepthStencilState& state) override;
|
||||
```
|
||||
|
||||
设置深度模板状态。
|
||||
|
||||
**参数:**
|
||||
- `state` - 深度模板状态结构体
|
||||
|
||||
**复杂度:** O(1)
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [D3D12CommandList 总览](command-list.md) - 返回类总览
|
||||
Reference in New Issue
Block a user