GLShader.getArgVec2

void getArgVec2(glib.bytes.Bytes args, int idx, graphene.vec2.Vec2 outValue) nothrow

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

The uniform must be of vec2 type.

Parameters

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