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 @@
# D3D12Sampler::GetNativeHandle
## 函数签名
```cpp
void* GetNativeHandle() override
```
## 描述
获取 D3D12 采样器的原生句柄。此方法继承自 `RHISampler` 接口。
## 参数
## 返回值
`void*` - 原生句柄指针。当前实现返回 `nullptr`
## 相关文档
- [D3D12Sampler](sampler.md) - 类总览
- [RHISampler](../../sampler/sampler.md) - 抽象采样器接口