Files
XCEngine/docs/api/rhi/d3d12/command-list/set-depth-stencil-state.md

17 lines
309 B
Markdown
Raw Normal View History

# D3D12CommandList::SetDepthStencilState
```cpp
void SetDepthStencilState(const DepthStencilState& state) override;
```
设置深度模板状态。
**参数:**
- `state` - 深度模板状态结构体
**复杂度:** O(1)
## 相关文档
- [D3D12CommandList 总览](command-list.md) - 返回类总览