ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / VertexBufferBinding Structure / VertexBufferBinding Constructor
The buffer being bound.
The stride between vertex element (in bytes).
The offset to the first vertex (in bytes).

In This Topic
    VertexBufferBinding Constructor
    In This Topic
    Initializes a new instance of the VertexBufferBinding struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal buffer As Buffer, _
       ByVal stride As System.Integer, _
       ByVal offset As System.Integer _
    )
    public VertexBufferBinding( 
       Buffer buffer,
       System.int stride,
       System.int offset
    )

    Parameters

    buffer
    The buffer being bound.
    stride
    The stride between vertex element (in bytes).
    offset
    The offset to the first vertex (in bytes).
    See Also