Method

CoglProgramset_uniform_1f

deprecated: 1.16 

Declaration [src]

void
cogl_program_set_uniform_1f (
  CoglProgram* program,
  int uniform_location,
  float value
)

Description [src]

Changes the value of a floating point uniform for the given linked program.

Deprecated since: 1.16

Use CoglSnippet api instead.

Parameters

uniform_location

Type: int

The uniform location retrieved from cogl_program_get_uniform_location().

value

Type: float

The new value of the uniform.