floatVec4Setter method
Implementation
floatVec4Setter(OpenGLContextES gl, location) {
return (List<double> v) {
gl.uniform4fv(location, v);
};
}
floatVec4Setter(OpenGLContextES gl, location) {
return (List<double> v) {
gl.uniform4fv(location, v);
};
}