pub unsafe extern "C" fn vaal_parameter_setf(
context: *mut VAALContext,
name: *const c_char,
values: *const f32,
num_values: usize,
) -> VAALErrorExpand description
Writes the provided value into the parameter. The value is provided as a float array representation.
@param context @param name Parameter name as found using @ref vaal_parameter_query @param values address of the first float value @param num_values length of the input float array
@return VAALError
@since 1.0