GLShader.getArgFloat

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

The uniform must be of float type.

class GLShader
float
getArgFloat

Parameters

args glib.bytes.Bytes

uniform arguments

idx int

index of the uniform

Return Value

Type: float

The value