ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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 _
    ) 
    public void SetVertexBuffers( 
       System.int slot,
       VertexBufferBinding vertexBufferBinding
    )

    Parameters

    slot
    vertexBufferBinding
    See Also