set_shader_matrix
Description:
public void set_shader_matrix (
Value value,
float[] matrix)
Sets matrix as the contents of value.
The passed Value must have been initialized using CLUTTER_TYPE_SHADER_MATRIX
.
Parameters:
| value |
a Value
|
| matrix |
a matrix of floating point values |
| size |
number of floating point values in floats
|