X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ed73c7363f16918bda418aa17baceb48222e69f..b8737371e220ef1920e6a3d2aed88c4bc2b04daf:/interface/wx/glcanvas.h diff --git a/interface/wx/glcanvas.h b/interface/wx/glcanvas.h index aee4e0410e..646a546d99 100644 --- a/interface/wx/glcanvas.h +++ b/interface/wx/glcanvas.h @@ -3,7 +3,7 @@ // Purpose: interface of wxGLContext and wxGLCanvas // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -32,6 +32,9 @@ best to check your native platform's glcanvas header (on windows include/wx/msw/glcanvas.h) to see what features your native platform provides. + + wxHAS_OPENGL_ES is defined on platforms that only have this implementation + available (eg the iPhone) und don't support the full specification. @library{wxgl} @category{gl} @@ -243,7 +246,7 @@ public: @return @true if attributes are supported. */ - static bool IsDisplaySupported(const int* attribList = NULL); + static bool IsDisplaySupported(const int* attribList); /** Returns true if the extension with given name is supported