Files
XCEngine/docs/api/rhi/opengl/swap-chain/surface-format.md
2026-03-20 02:35:45 +08:00

22 lines
443 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.
# SurfaceFormat
**命名空间**: `XCEngine::RHI`
**类型**: `enum class`
**描述**: 指定交换链的表面格式,控制颜色缓冲的像素格式。
## 枚举值
| 值 | 描述 |
|------|------|
| `RGBA8` | 8 位 RGBA每个通道 8 位) |
| `RGBA16F` | 16 位浮点 RGBA |
| `RGBA32F` | 32 位浮点 RGBA |
| `BGRA8` | 8 位 BGRA |
## 相关文档
- [OpenGLSwapChain 总览](swap-chain.md)
- [PresentMode](present-mode.md)