ShaderArgsBuilder.setInt
void setInt(int idx, int value)Sets the value of the uniform idx.
The uniform must be of int type.
Parameters
idx | index of the uniform |
value | value to set the uniform to |
void setInt(int idx, int value)Sets the value of the uniform idx.
The uniform must be of int type.
idx | index of the uniform |
value | value to set the uniform to |