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

@@ -4,10 +4,14 @@
void Unbind(unsigned int unit);
```
解绑采样器。
解绑采样器。将指定纹理单元的采样器绑定解除,实际调用 `glBindSampler(unit, 0)`
**参数:**
- `unit` - 纹理单元编号
- `unit` - 纹理单元编号,通常为 0-15
**返回:**
**线程安全:**
**复杂度:** O(1)