Copy documentation about FREEGLUT_GLES2 and FREEGLUT_GLES1 from CMakefile.txt to freeglut_std.h (a.k.a. don't use them)

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1172 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
beuc 2012-03-17 07:05:25 +00:00
parent b38c9bc3ee
commit 8b779d66dd

View File

@ -119,6 +119,9 @@
/* /*
* Always include OpenGL and GLU headers * Always include OpenGL and GLU headers
*/ */
/* Note: FREEGLUT_GLES1 and FREEGLUT_GLES2 are only used to cleanly
bootstrap headers inclusion here; use GLES constants directly
(e.g. GL_ES_VERSION_2_0) for all other needs */
#ifdef FREEGLUT_GLES2 #ifdef FREEGLUT_GLES2
# include <EGL/egl.h> # include <EGL/egl.h>
# include <GLES2/gl2.h> # include <GLES2/gl2.h>