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,26 @@
# D3D12Sampler::Bind
## 函数签名
```cpp
void Bind(unsigned int unit) override
```
## 描述
绑定采样器到指定的纹理单元。此方法继承自 `RHISampler` 接口。
## 参数
| 参数 | 类型 | 描述 |
|------|------|------|
| `unit` | `unsigned int` | 纹理单元索引 |
## 返回值
## 相关文档
- [D3D12Sampler](sampler.md) - 类总览
- [RHISampler](../../sampler/sampler.md) - 抽象采样器接口