[]
Sets the constant buffer data from a DataStream.
public void SetConstantBuffer(DataStream dataStream)
| Type | Name | Description |
|---|---|---|
| DataStream | dataStream | The DataStream that contains the constant buffer data |
Sets the constant buffer data from a struct value.
public void SetConstantBuffer<T>(T value) where T : struct
| Type | Name | Description |
|---|---|---|
| T | value | Value of the constant buffer |
| Name | Description |
|---|---|
| T | Type of the constant buffer |
Sets the constant buffer data from a struct value.
public void SetConstantBuffer<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 |