GLShader.getArgVec4

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

The uniform must be of vec4 type.

class GLShader
void
getArgVec4

Parameters

args Bytes

uniform arguments

idx int

index of the uniform

outValue Vec4

location to store set the uniform value in

Meta