38 lines
1.3 KiB
Markdown
38 lines
1.3 KiB
Markdown
|
|
# OpenGLRenderPass
|
|||
|
|
|
|||
|
|
**命名空间**: `XCEngine::RHI`
|
|||
|
|
|
|||
|
|
**类型**: `class`
|
|||
|
|
|
|||
|
|
**头文件**: `XCEngine/RHI/OpenGL/OpenGLRenderPass.h`
|
|||
|
|
|
|||
|
|
**描述**: 定义 `XCEngine/RHI/OpenGL` 子目录中的 `OpenGLRenderPass` public API。
|
|||
|
|
|
|||
|
|
## 概述
|
|||
|
|
|
|||
|
|
`OpenGLRenderPass.h` 是 `XCEngine/RHI/OpenGL` 子目录 下的 public header,当前页面作为平行目录中的 canonical 总览,用于汇总该头文件暴露的主要声明。
|
|||
|
|
|
|||
|
|
## 声明概览
|
|||
|
|
|
|||
|
|
| 声明 | 类型 | 说明 |
|
|||
|
|
|------|------|------|
|
|||
|
|
| `OpenGLRenderPass` | `class` | 继承自 `RHIRenderPass` 的公开声明。 |
|
|||
|
|
|
|||
|
|
## 公共方法
|
|||
|
|
|
|||
|
|
| 方法 | 描述 |
|
|||
|
|
|------|------|
|
|||
|
|
| [OpenGLRenderPass()](Constructor.md) | 构造对象。 |
|
|||
|
|
| [~OpenGLRenderPass()](Destructor.md) | 销毁对象并释放相关资源。 |
|
|||
|
|
| [Shutdown](Shutdown.md) | 关闭并清理内部状态。 |
|
|||
|
|
| [Initialize](Initialize.md) | 初始化内部状态。 |
|
|||
|
|
| [GetColorAttachmentCount](GetColorAttachmentCount.md) | 获取相关状态或对象。 |
|
|||
|
|
| [GetColorAttachments](GetColorAttachments.md) | 获取相关状态或对象。 |
|
|||
|
|
| [GetDepthStencilAttachment](GetDepthStencilAttachment.md) | 获取相关状态或对象。 |
|
|||
|
|
| [GetNativeHandle](GetNativeHandle.md) | 获取相关状态或对象。 |
|
|||
|
|
|
|||
|
|
## 相关文档
|
|||
|
|
|
|||
|
|
- [当前目录](../OpenGL.md) - 返回 `OpenGL` 平行目录
|
|||
|
|
- [API 总索引](../../../../main.md) - 返回顶层索引
|