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