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

26 lines
375 B
Markdown
Raw Normal View History

2026-03-26 16:45:24 +08:00
# RHIDescriptorSet::GetConstantBufferData
2026-04-08 16:07:03 +08:00
**命名空间**: `XCEngine::RHI`
**类型**: `method`
**头文件**: `XCEngine/RHI/RHIDescriptorSet.h`
## 签名
2026-03-26 16:45:24 +08:00
```cpp
virtual void* GetConstantBufferData() = 0;
```
2026-04-08 16:07:03 +08:00
## 作用
2026-03-26 16:45:24 +08:00
2026-04-08 16:07:03 +08:00
纯虚接口。
2026-03-26 16:45:24 +08:00
2026-04-08 16:07:03 +08:00
## 当前实现
2026-03-26 16:45:24 +08:00
2026-04-08 16:07:03 +08:00
- 该声明是纯虚接口,基类不提供实现。
2026-03-26 16:45:24 +08:00
## 相关文档
2026-04-08 16:07:03 +08:00
- [RHIDescriptorSet](RHIDescriptorSet.md)