ShaderArgsBuilder.setVec2

Sets the value of the uniform @idx.

The uniform must be of vec2 type.

class ShaderArgsBuilder
void
setVec2
(
int idx
,)

Parameters

idx int

index of the uniform

value Vec2

value to set the uniform too

Meta