Initializes a new instance of the
VertexBufferBindingstruct.
シンタックス
'宣言
Public Function New( _
ByVal As Buffer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public VertexBufferBinding(
Buffer ,
System.int ,
System.int
)
パラメータ
- buffer
- The buffer being bound.
- stride
- The stride between vertex element (in bytes).
- offset
- The offset to the first vertex (in bytes).
参照