GLShader.getArgUint

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

The uniform must be of uint type.

class GLShader
uint
getArgUint

Parameters

args glib.bytes.Bytes

uniform arguments

idx int

index of the uniform

Return Value

Type: uint

The value