rlSetUniform method

String rlSetUniform(
  1. num locIndex,
  2. TypedDataList value,
  3. RlShaderUniformDataType uniformType,
  4. num count,
)

Implementation

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