SetVertexConstantBuffer<T>(T) Method
In This Topic
Sets the constant buffer data from a struct value for the Vertex Stage.
Syntax
'Declaration
Public Overloads Sub SetVertexConstantBuffer(Of As {New, Struct})( _
ByRef As _
)
public void SetVertexConstantBuffer<>(
ref
)
where T: new(), struct
Parameters
- value
- Value of the constant buffer
Type Parameters
- T
- Type of the constant buffer
See Also