ShaderArgsBuilder.setVec4

Sets the value of the uniform @idx.

The uniform must be of vec4 type.

class ShaderArgsBuilder
void
setVec4
(
int idx
,)

Parameters

idx int

index of the uniform

value Vec4

value to set the uniform too

Meta