ShaderArgsBuilder.setUint

Sets the value of the uniform @idx.

The uniform must be of uint type.

class ShaderArgsBuilder
void
setUint
(
int idx
,
uint value
)

Parameters

idx int

index of the uniform

value uint

value to set the uniform to

Meta