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 |