docs: update RHI API docs

This commit is contained in:
2026-03-20 02:35:45 +08:00
parent ea756c0177
commit 070b444f8f
501 changed files with 13493 additions and 2022 deletions

View File

@@ -0,0 +1,24 @@
# D3D12ShaderResourceView::D3D12ShaderResourceView
## 函数签名
```cpp
D3D12ShaderResourceView()
```
## 描述
构造一个空的 `D3D12ShaderResourceView` 实例。描述符句柄初始化为零,资源指针为 `nullptr`
## 参数
## 返回值
## 相关文档
- [D3D12ShaderResourceView](shader-resource-view.md) - 类总览
- [D3D12ShaderResourceView::~D3D12ShaderResourceView](destructor.md) - 析构函数