ShaderArgsBuilder.setBool

Sets the value of the uniform @idx.

The uniform must be of bool type.

class ShaderArgsBuilder
void
setBool
(
int idx
,
bool value
)

Parameters

idx int

index of the uniform

value bool

value to set the uniform to

Meta