glUniform1fv method
Implementation
void glUniform1fv(
int location,
int count,
Float32List value,
) {
_glUniform1fv(location, count, value.address);
}
void glUniform1fv(
int location,
int count,
Float32List value,
) {
_glUniform1fv(location, count, value.address);
}