DEADSOFTWARE

Windows and core profile support
[nanogl.git] / GL / gl_entries.in
index 9ca48a81c5391d7f64e7ef1825c13f786999ee3b..57d7a87d7932c94c42fa6af87d3ea6016b0ea216 100644 (file)
     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