docs: update RHI API docs
This commit is contained in:
24
docs/api/rhi/d3d12/sampler/shutdown.md
Normal file
24
docs/api/rhi/d3d12/sampler/shutdown.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# D3D12Sampler::Shutdown
|
||||
|
||||
## 函数签名
|
||||
|
||||
```cpp
|
||||
void Shutdown() override
|
||||
```
|
||||
|
||||
## 描述
|
||||
|
||||
关闭 D3D12 采样器并释放相关资源。此方法继承自 `RHISampler` 接口。
|
||||
|
||||
## 参数
|
||||
|
||||
无
|
||||
|
||||
## 返回值
|
||||
|
||||
无
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [D3D12Sampler](sampler.md) - 类总览
|
||||
- [RHISampler](../../sampler/sampler.md) - 抽象采样器接口
|
||||
Reference in New Issue
Block a user