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