共用方式為


ID3D11SamplerState::GetDesc 方法 (d3d11.h)

取得您用來建立 sampler-state 物件之取樣器狀態的描述。

語法

void GetDesc(
  [out] D3D11_SAMPLER_DESC *pDesc
);

參數

[out] pDesc

類型: D3D11_SAMPLER_DESC*

接收取樣器狀態原因 之D3D11_SAMPLER_DESC 結構的指標。

傳回值

備註

您會在 呼叫 ID3D11Device::CreateSamplerState 方法中,使用取樣器狀態的描述來建立 sampler-state 物件。

規格需求

   
目標平台 Windows
標頭 d3d11.h
程式庫 D3D11.lib

另請參閱

ID3D11SamplerState