uniform3fvNative method
Implementation
void uniform3fvNative(location, NativeArray value) {
gl.glUniform3fv(location, value.length ~/ 3, value.data);
}
void uniform3fvNative(location, NativeArray value) {
gl.glUniform3fv(location, value.length ~/ 3, value.data);
}