[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.DrawInformation.SetVertexConstantBuffer

SetVertexConstantBuffer Method

SetVertexConstantBuffer(DataStream)

Sets the constant buffer data from a DataStream for the Vertex stage.

Declaration
public void SetVertexConstantBuffer(DataStream dataStream)
Parameters
Type Name Description
DataStream dataStream

The DataStream that contains the constant buffer data

SetVertexConstantBuffer<T>(ref T)

Sets the constant buffer data from a struct value for the Vertex Stage.

Declaration
public void SetVertexConstantBuffer<T>(ref T value) where T : struct
Parameters
Type Name Description
T value

Value of the constant buffer

Type Parameters
Name Description
T

Type of the constant buffer