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