From f22dcd6c08a56a76a4a251f39fedfe0ec5f71ed0 Mon Sep 17 00:00:00 2001 From: Sylvain Beucler Date: Sat, 17 Mar 2012 07:05:25 +0000 Subject: [PATCH] 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 --- include/GL/freeglut_std.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4