GLShader.getArgVec3

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

The uniform must be of vec3 type.

class GLShader
void
getArgVec3

Parameters

args Bytes

uniform arguments

idx int

index of the uniform

outValue Vec3

location to store the uniform value in

Meta