ID3D10SamplerState::GetDesc 方法 (d3d10.h)
获取采样器状态。
语法
void GetDesc(
[out] D3D10_SAMPLER_DESC *pDesc
);
参数
[out] pDesc
类型: D3D10_SAMPLER_DESC*
指向采样器状态的指针 (查看 D3D10_SAMPLER_DESC) 。
返回值
无
要求
目标平台 | Windows |
标头 | d3d10.h |
Library | D3D10.lib |
获取采样器状态。
void GetDesc(
[out] D3D10_SAMPLER_DESC *pDesc
);
[out] pDesc
类型: D3D10_SAMPLER_DESC*
指向采样器状态的指针 (查看 D3D10_SAMPLER_DESC) 。
无
目标平台 | Windows |
标头 | d3d10.h |
Library | D3D10.lib |