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