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