Overload | Description |
---|---|
SetVertexConstantBuffer(DataStream) | Sets the constant buffer data from a C1.Util.DX.DataStream for the Vertex stage. |
SetVertexConstantBuffer<T>(T) | Sets the constant buffer data from a struct value for the Vertex Stage. |
Overload | Description |
---|---|
SetVertexConstantBuffer(DataStream) | Sets the constant buffer data from a C1.Util.DX.DataStream for the Vertex stage. |
SetVertexConstantBuffer<T>(T) | Sets the constant buffer data from a struct value for the Vertex Stage. |