ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / StreamOutputBufferBinding Structure / StreamOutputBufferBinding Constructor
The buffer being bound.
The offset to the first vertex (in bytes).

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

    Parameters

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