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