ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / DrawInformation Class / SetVertexConstantBuffer Method / SetVertexConstantBuffer(DataStream) Method
The DataStream that contains the constant buffer data

In This Topic
    SetVertexConstantBuffer(DataStream) Method
    In This Topic
    Sets the constant buffer data from a C1.Util.DX.DataStream for the Vertex stage.
    Syntax
    'Declaration
     
    Public Overloads Sub SetVertexConstantBuffer( _
       ByVal dataStream As DataStream _
    ) 
    public void SetVertexConstantBuffer( 
       DataStream dataStream
    )

    Parameters

    dataStream
    The DataStream that contains the constant buffer data
    See Also