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