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

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

パラメータ

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

戻り値の型

An array of constant buffers.
参照

CommonShaderStageBase クラス
CommonShaderStageBase メンバ