ShaderArgsBuilder.setInt

void setInt(int idx, int value)

Sets the value of the uniform idx.

The uniform must be of int type.

Parameters

idxindex of the uniform
valuevalue to set the uniform to