docs: update RHI API docs
This commit is contained in:
24
docs/api/rhi/d3d12/shader-resource-view/constructor.md
Normal file
24
docs/api/rhi/d3d12/shader-resource-view/constructor.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# D3D12ShaderResourceView::D3D12ShaderResourceView
|
||||
|
||||
## 函数签名
|
||||
|
||||
```cpp
|
||||
D3D12ShaderResourceView()
|
||||
```
|
||||
|
||||
## 描述
|
||||
|
||||
构造一个空的 `D3D12ShaderResourceView` 实例。描述符句柄初始化为零,资源指针为 `nullptr`。
|
||||
|
||||
## 参数
|
||||
|
||||
无
|
||||
|
||||
## 返回值
|
||||
|
||||
无
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [D3D12ShaderResourceView](shader-resource-view.md) - 类总览
|
||||
- [D3D12ShaderResourceView::~D3D12ShaderResourceView](destructor.md) - 析构函数
|
||||
Reference in New Issue
Block a user