GLShader.getArgVec4

void getArgVec4(glib.bytes.Bytes args, int idx, graphene.vec4.Vec4 outValue)

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

The uniform must be of vec4 type.

Parameters

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