get_shader_float
Description:
public weak float[]
get_shader_float (
Value value)
Retrieves the list of floating point values stored inside the passed Value.
value must have been initialized with CLUTTER_TYPE_SHADER_FLOAT.
Parameters:
| value |
a Value
|
| length |
return location for the number of returned floating point values, or null
|
Returns:
| the pointer to a list of floating point values. The returned value is owned by the
Value and should never be modified or freed. |