From: Sylvain Beucler Date: Sat, 17 Mar 2012 07:05:25 +0000 (+0000) Subject: Copy documentation about FREEGLUT_GLES2 and FREEGLUT_GLES1 from CMakefile.txt to... X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=f22dcd6c08a56a76a4a251f39fedfe0ec5f71ed0;hp=46d1878cf7d5cee323caf1c7e65f81f20fcf91eb;p=freeglut 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: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1172 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/include/GL/freeglut_std.h b/include/GL/freeglut_std.h index f77497e..799987e 100644 --- a/include/GL/freeglut_std.h +++ b/include/GL/freeglut_std.h @@ -119,6 +119,9 @@ /* * 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 # include