Files
XCEngine/docs/api/rhi/opengl/depth-stencil-view/depth-stencil-format.md
2026-03-20 02:35:45 +08:00

20 lines
605 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# DepthStencilFormat
**命名空间**: `XCEngine::RHI`
**描述**: 深度模板格式枚举。
## 枚举值
| 枚举值 | 描述 |
|--------|------|
| `D16_UNORM` | 16 位无符号归一化深度格式 |
| `D24_UNORM_S8_UINT` | 24 位无符号归一化深度格式8 位模板 |
| `D32_FLOAT` | 32 位浮点深度格式 |
| `D32_FLOAT_S8X24_UINT` | 32 位浮点深度格式8 位模板24 位未使用 |
## 相关文档
- [OpenGLDepthStencilView 总览](depth-stencil-view.md) - 返回类总览
- [OpenGLDepthStencilViewDesc](openGLDepthStencilViewDesc.md) - 深度模板视图描述结构体