Files
XCEngine/docs/api/XCEngine/RHI/RHIDescriptorSet/RHIDescriptorSet.md

43 lines
1.6 KiB
Markdown
Raw Normal View History

2026-03-26 16:45:24 +08:00
# RHIDescriptorSet
**命名空间**: `XCEngine::RHI`
**类型**: `class (abstract)`
**头文件**: `XCEngine/RHI/RHIDescriptorSet.h`
**描述**: 定义 `XCEngine/RHI` 子目录中的 `RHIDescriptorSet` public API。
## 概述
`RHIDescriptorSet.h``XCEngine/RHI` 子目录 下的 public header当前页面作为平行目录中的 canonical 总览,用于汇总该头文件暴露的主要声明。
## 声明概览
| 声明 | 类型 | 说明 |
|------|------|------|
| `RHIDescriptorSet` | `class` | 头文件中的公开声明。 |
## 公共方法
| 方法 | 描述 |
|------|------|
| [~RHIDescriptorSet()](Destructor.md) | 销毁对象并释放相关资源。 |
| [Shutdown](Shutdown.md) | 关闭并清理内部状态。 |
| [Bind](Bind.md) | 公开方法,详见头文件声明。 |
| [Unbind](Unbind.md) | 公开方法,详见头文件声明。 |
| [Update](Update.md) | 更新运行时状态。 |
| [UpdateSampler](UpdateSampler.md) | 更新运行时状态。 |
| [WriteConstant](WriteConstant.md) | 公开方法,详见头文件声明。 |
| [GetBindingCount](GetBindingCount.md) | 获取相关状态或对象。 |
| [GetBindings](GetBindings.md) | 获取相关状态或对象。 |
| [GetConstantBufferData](GetConstantBufferData.md) | 获取相关状态或对象。 |
| [GetConstantBufferSize](GetConstantBufferSize.md) | 获取相关状态或对象。 |
| [IsConstantDirty](IsConstantDirty.md) | 查询当前状态。 |
| [MarkConstantClean](MarkConstantClean.md) | 公开方法,详见头文件声明。 |
## 相关文档
- [当前目录](../RHI.md) - 返回 `RHI` 平行目录
- [API 总索引](../../../main.md) - 返回顶层索引