ID3D11SamplerState::GetDesc 方法 (d3d11.h)
获取用于创建采样器状态对象的采样器状态的说明。
语法
void GetDesc(
[out] D3D11_SAMPLER_DESC *pDesc
);
参数
[out] pDesc
类型: D3D11_SAMPLER_DESC*
指向接收采样器状态说明 的D3D11_SAMPLER_DESC 结构的指针。
返回值
无
备注
在调用 ID3D11Device::CreateSamplerState 方法时使用采样器状态的说明来创建采样器状态对象。
要求
目标平台 | Windows |
标头 | d3d11.h |
Library | D3D11.lib |