ShaderArgsBuilder.setVec3

Sets the value of the uniform @idx.

The uniform must be of vec3 type.

class ShaderArgsBuilder
void
setVec3
(
int idx
,)

Parameters

idx int

index of the uniform

value Vec3

value to set the uniform too

Meta