void glUniform4f(dynamic location, double x, double y, double z, double w){ gles.glUniform4f(gl, location, x, y, z, w); }