GLShader.getArgFloat

float getArgFloat(glib.bytes.Bytes args, int idx)

Gets the value of the uniform idx in the args block.

The uniform must be of float type.

Parameters

argsuniform arguments
idxindex of the uniform

Returns

The value