Function
Cluttervalue_set_shader_matrix
Declaration [src]
void
clutter_value_set_shader_matrix (
GValue* value,
gint size,
const gfloat* matrix
)
Description [src]
Sets matrix
as the contents of value
. The passed GValue
must have been initialized using CLUTTER_TYPE_SHADER_MATRIX
.
Parameters
value
-
Type:
GValue
A
GValue
.The data is owned by the caller of the function. size
-
Type:
gint
Number of floating point values in
floats
. matrix
-
Type: An array of
gfloat
A matrix of floating point values.
The length of the array is specified in the size
argument.The data is owned by the caller of the function.