public void uniform2f(WebGLUniformLocation location, double x, double y)
 {
     Gl.__glewUniform2f(location.Value, (float)x, (float)y);
 }