X-Git-Url: http://deadsoftware.ru/gitweb?p=nanogl.git;a=blobdiff_plain;f=GL%2Fgl_entries.in;h=57d7a87d7932c94c42fa6af87d3ea6016b0ea216;hp=9ca48a81c5391d7f64e7ef1825c13f786999ee3b;hb=57b822a8a58cbc7ff7edd99a1d375b559a198c9e;hpb=4f937221b421f3c63856af69e4d620a7f8b0a6b0 diff --git a/GL/gl_entries.in b/GL/gl_entries.in index 9ca48a8..57d7a87 100644 --- a/GL/gl_entries.in +++ b/GL/gl_entries.in @@ -181,4 +181,7 @@ GL_ENTRY(int,eglReleaseTexImage,int dpy, int surface, int buffer) GL_ENTRY(int,eglSurfaceAttrib,int dpy, int surface, int attribute, int value) - +#ifdef USE_CORE_PROFILE + GL_ENTRY(void,glOrtho,double left, double right, double bottom, double top, double zNear, double zFar) + GL_ENTRY(void,glDepthRange,double zNear, double zFar) +#endif