GLShader.getArgVec2

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

The uniform must be of vec2 type.

class GLShader
void
getArgVec2

Parameters

args Bytes

uniform arguments

idx int

index of the uniform

outValue Vec2

location to store the uniform value in

Meta