X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7ee4873d5b7320dd581477fa2bd7b2dc7a52030..2d55af1dfa7fd1cc2df13a6593fd51591cfcfcb1:/include/wx/glcanvas.h diff --git a/include/wx/glcanvas.h b/include/wx/glcanvas.h index 3af85386d0..03db44017e 100644 --- a/include/wx/glcanvas.h +++ b/include/wx/glcanvas.h @@ -118,11 +118,9 @@ public: // miscellaneous helper functions // ------------------------------ -#ifndef wxHAS_OPENGL_ES // call glcolor() for the colour with the given name, return false if // colour not found bool SetColour(const wxString& colour); -#endif // return true if the extension with given name is supported // @@ -231,6 +229,8 @@ public: wxGLAPI(); ~wxGLAPI(); + static void glFrustum(GLfloat left, GLfloat right, GLfloat bottom, + GLfloat top, GLfloat zNear, GLfloat zFar); static void glBegin(GLenum mode); static void glTexCoord2f(GLfloat s, GLfloat t); static void glVertex3f(GLfloat x, GLfloat y, GLfloat z);