uniform_float


Description:

public static void uniform_float (int uniform_no, int size, float[] value)

Changes the value of a float vector uniform, or uniform array in the currently used (see use) shader program.

Note:

Use CoglSnippet api

Parameters:

uniform_no

the uniform to set.

size

Size of float vector.

value

the new value of the uniform.

count

Size of array of uniforms.