Copy documentation about FREEGLUT_GLES2 and FREEGLUT_GLES1 from CMakefile.txt to...
authorSylvain Beucler <beuc@beuc.net>
Sat, 17 Mar 2012 07:05:25 +0000 (07:05 +0000)
committerSylvain Beucler <beuc@beuc.net>
Sat, 17 Mar 2012 07:05:25 +0000 (07:05 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1172 7f0cb862-5218-0410-a997-914c9d46530a

include/GL/freeglut_std.h

index f77497e..799987e 100644 (file)
 /*
  * 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
 #   include <EGL/egl.h>
 #   include <GLES2/gl2.h>