GLShader.getArgInt

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

The uniform must be of int type.

class GLShader
int
getArgInt
(,
int idx
)

Parameters

args Bytes

uniform arguments

idx int

index of the uniform

Return Value

Type: int

The value

Meta