uniform_int


Description:

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

Changes the value of a int 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 int vector.

value

the new value of the uniform.

count

Size of array of uniforms.