共用方式為


ID3D10EffectSamplerVariable::GetSampler 方法 (d3d10effect.h)

取得取樣器介面的指標。

語法

HRESULT GetSampler(
  [in]  UINT               Index,
  [out] ID3D10SamplerState **ppSampler
);

參數

[in] Index

類型: UINT

編製取樣器介面陣列的索引。 如果只有一個取樣器介面,請使用 0。

[out] ppSampler

類型: ID3D10SamplerState**

取樣器介面的指標位址 (請參閱 ID3D10SamplerState 介面) 。

傳回值

類型: HRESULT

傳回下列其中一個 Direct3D 10 傳回碼

規格需求

需求
目標平台 Windows
標頭 d3d10effect.h

另請參閱

ID3D10EffectSamplerVariable 介面