ShaderArgsBuilder.setBool

void setBool(int idx, bool value)

Sets the value of the uniform idx.

The uniform must be of bool type.

Parameters

idxindex of the uniform
valuevalue to set the uniform to