docs: update RHI API docs
This commit is contained in:
24
docs/api/rhi/d3d12/sampler/get-native-handle.md
Normal file
24
docs/api/rhi/d3d12/sampler/get-native-handle.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# D3D12Sampler::GetNativeHandle
|
||||
|
||||
## 函数签名
|
||||
|
||||
```cpp
|
||||
void* GetNativeHandle() override
|
||||
```
|
||||
|
||||
## 描述
|
||||
|
||||
获取 D3D12 采样器的原生句柄。此方法继承自 `RHISampler` 接口。
|
||||
|
||||
## 参数
|
||||
|
||||
无
|
||||
|
||||
## 返回值
|
||||
|
||||
`void*` - 原生句柄指针。当前实现返回 `nullptr`。
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [D3D12Sampler](sampler.md) - 类总览
|
||||
- [RHISampler](../../sampler/sampler.md) - 抽象采样器接口
|
||||
Reference in New Issue
Block a user