C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct3D11 Namespace / InputAssemblerStage Class / SetVertexBuffers Method / SetVertexBuffers(Int32,VertexBufferBinding) Method

In This Topic
SetVertexBuffers(Int32,VertexBufferBinding) Method
In This Topic
Bind a single vertex buffer to the input-assembler stage.
Syntax
'Declaration
 
Public Overloads Sub SetVertexBuffers( _
   ByVal slot As System.Integer, _
   ByVal vertexBufferBinding As VertexBufferBinding _
) 
 

Parameters

slot
vertexBufferBinding
See Also