Bitmap for WPF
SetConstantBuffer メソッド (CommonShaderStageBase)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct3D11 名前空間 > CommonShaderStageBase クラス : SetConstantBuffer メソッド
Index into the device's zero-based array to which to set the constant buffer.
constant buffer to set
Sets a single constant buffer to be used by the shader stage.
シンタックス
'宣言
 
Public Sub SetConstantBuffer( _
   ByVal slot As System.Integer, _
   ByVal constantBuffer As Buffer _
) 
public void SetConstantBuffer( 
   System.int slot,
   Buffer constantBuffer
)

パラメータ

slot
Index into the device's zero-based array to which to set the constant buffer.
constantBuffer
constant buffer to set
参照

CommonShaderStageBase クラス
CommonShaderStageBase メンバ