GLShader.getArgVec3

void getArgVec3(glib.bytes.Bytes args, int idx, graphene.vec3.Vec3 outValue)

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

The uniform must be of vec3 type.

Parameters

argsuniform arguments
idxindex of the uniform
outValuelocation to store the uniform value in