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