From: Stefan Csomor Date: Sun, 29 Mar 2009 17:20:14 +0000 (+0000) Subject: adding comment about wxHAS_OPENGL_ES X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cfee725b1db209baaefcd80c7218de7292c9dd37?ds=sidebyside adding comment about wxHAS_OPENGL_ES git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/glcanvas.h b/interface/wx/glcanvas.h index d92570869c..ae30b082d0 100644 --- a/interface/wx/glcanvas.h +++ b/interface/wx/glcanvas.h @@ -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}