Bitmap for WPF
GetSamplers(Int32,Int32) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct3D11 名前空間 > CommonShaderStageBase クラス : GetSamplers(Int32,Int32) メソッド
Index into the device's zero-based array from which to begin retrieving samplers.
Number of samplers to retrieve.
Gets the sampler states used by the shader stage.
シンタックス
'宣言
 
Public Function GetSamplers( _
   ByVal startSlot As System.Integer, _
   ByVal count As System.Integer _
) As SamplerState()
public SamplerState[] GetSamplers( 
   System.int startSlot,
   System.int count
)

パラメータ

startSlot
Index into the device's zero-based array from which to begin retrieving samplers.
count
Number of samplers to retrieve.

戻り値の型

An array of sampler states.
参照

CommonShaderStageBase クラス
CommonShaderStageBase メンバ