[]
Sets the constant buffer data from a DataStream for the Pixel stage.
public void SetPixelConstantBuffer(DataStream dataStream)
Type | Name | Description |
---|---|---|
DataStream | dataStream | The DataStream that contains the constant buffer data |
Sets the constant buffer data from a struct value for the Pixel Stage.
public void SetPixelConstantBuffer<T>(ref T value) where T : struct
Type | Name | Description |
---|---|---|
T | value | Value of the constant buffer |
Name | Description |
---|---|
T | Type of the constant buffer |