rlSetUniform method
String
rlSetUniform(
- num locIndex,
- TypedDataList value,
- RlShaderUniformDataType uniformType,
- num count,
Implementation
String rlSetUniform(
num locIndex,
TypedDataList value,
RlShaderUniformDataType uniformType,
num count,
) => 'rlSetUniform($locIndex, ${value.lengthInBytes}, ${uniformType.name})';