Function
Coglprogram_set_uniform_1f
deprecated: 1.16 since: 13
Declaration [src]
void
cogl_program_set_uniform_1f (
CoglHandle program,
int uniform_location,
float value
)
Description [src]
Changes the value of a floating point uniform for the given linked
program.
Available since: 13
Deprecated since: 1.16
Use CoglSnippet api instead.
Parameters
program-
Type:
CoglHandleA
CoglHandlefor a linked program. uniform_location-
Type:
intThe uniform location retrieved from cogl_program_get_uniform_location().
value-
Type:
floatThe new value of the uniform.