adding comment about wxHAS_OPENGL_ES

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-03-29 17:20:14 +00:00
parent 89a7e1ff98
commit cfee725b1d

View File

@@ -32,6 +32,9 @@
best to check your native platform's glcanvas header (on windows best to check your native platform's glcanvas header (on windows
include/wx/msw/glcanvas.h) to see what features your native platform include/wx/msw/glcanvas.h) to see what features your native platform
provides. 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} @library{wxgl}
@category{gl} @category{gl}