GLShader.getArgBool

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

The uniform must be of bool type.

class GLShader
bool
getArgBool
(,
int idx
)

Parameters

args Bytes

uniform arguments

idx int

index of the uniform

Return Value

Type: bool

The value

Meta