50 lines
2.1 KiB
Markdown
50 lines
2.1 KiB
Markdown
# OpenGLDepthStencilView
|
||
|
||
**命名空间**: `XCEngine::RHI`
|
||
|
||
**类型**: `class`
|
||
|
||
**头文件**: `XCEngine/RHI/OpenGL/OpenGLDepthStencilView.h`
|
||
|
||
**描述**: 定义 `XCEngine/RHI/OpenGL` 子目录中的 `OpenGLDepthStencilView` public API。
|
||
|
||
## 概述
|
||
|
||
`OpenGLDepthStencilView.h` 是 `XCEngine/RHI/OpenGL` 子目录 下的 public header,当前页面作为平行目录中的 canonical 总览,用于汇总该头文件暴露的主要声明。
|
||
|
||
## 声明概览
|
||
|
||
| 声明 | 类型 | 说明 |
|
||
|------|------|------|
|
||
| `DepthStencilFormat` | `enum class` | 头文件中的公开声明。 |
|
||
| `DepthStencilType` | `enum class` | 头文件中的公开声明。 |
|
||
| `OpenGLDepthStencilViewDesc` | `struct` | 头文件中的公开声明。 |
|
||
| `OpenGLDepthStencilView` | `class` | 头文件中的公开声明。 |
|
||
|
||
## 公共方法
|
||
|
||
| 方法 | 描述 |
|
||
|------|------|
|
||
| [OpenGLDepthStencilView()](Constructor.md) | 构造对象。 |
|
||
| [~OpenGLDepthStencilView()](Destructor.md) | 销毁对象并释放相关资源。 |
|
||
| [Initialize](Initialize.md) | 初始化内部状态。 |
|
||
| [InitializeCubemap](InitializeCubemap.md) | 初始化内部状态。 |
|
||
| [Shutdown](Shutdown.md) | 关闭并清理内部状态。 |
|
||
| [Bind](Bind.md) | 公开方法,详见头文件声明。 |
|
||
| [Unbind](Unbind.md) | 公开方法,详见头文件声明。 |
|
||
| [ClearDepth](ClearDepth.md) | 清空内部数据。 |
|
||
| [ClearStencil](ClearStencil.md) | 清空内部数据。 |
|
||
| [ClearDepthStencil](ClearDepthStencil.md) | 清空内部数据。 |
|
||
| [GetFramebuffer](GetFramebuffer.md) | 获取相关状态或对象。 |
|
||
| [GetTexture](GetTexture.md) | 获取相关状态或对象。 |
|
||
| [GetMipLevel](GetMipLevel.md) | 获取相关状态或对象。 |
|
||
| [GetWidth](GetWidth.md) | 获取相关状态或对象。 |
|
||
| [GetHeight](GetHeight.md) | 获取相关状态或对象。 |
|
||
| [BindFramebuffer](BindFramebuffer.md) | 公开方法,详见头文件声明。 |
|
||
| [UnbindFramebuffer](UnbindFramebuffer.md) | 公开方法,详见头文件声明。 |
|
||
|
||
## 相关文档
|
||
|
||
- [当前目录](../OpenGL.md) - 返回 `OpenGL` 平行目录
|
||
- [API 总索引](../../../../main.md) - 返回顶层索引
|