uniform_1f


Description:

public static void uniform_1f (int uniform_no, float value)

Changes the value of a floating point uniform in the currently used (see use) shader program.

Note:

Use CoglSnippet api

Parameters:

uniform_no

the uniform to set.

value

the new value of the uniform.