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

另请参阅

ID3D10SamplerState 接口