From 3762aeb6b417e032ff7d97acaf02670fd2b83248 Mon Sep 17 00:00:00 2001 From: "gman@google.com" Date: Wed, 16 Dec 2009 20:50:58 +0000 Subject: Step 1 in Adding GLES2 renderer to O3D. This step does only copies the GL files to a GLES2 folder. It's still actually the GL renderer at this point but it's the smallest step for getting something that builds and a place to start working. The next step will be to rename all the classes from xxxGL to xxxGLES2 At some point CG will be removed as well One other thing slipped in there. A standalone build path to help generate a C++ only example of using O3D. It's currently only a placeholder. Review URL: http://codereview.chromium.org/500070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34744 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/import/cross/precompile.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'o3d/import') diff --git a/o3d/import/cross/precompile.h b/o3d/import/cross/precompile.h index c858aa4..98ad5ca 100644 --- a/o3d/import/cross/precompile.h +++ b/o3d/import/cross/precompile.h @@ -52,6 +52,13 @@ #endif #endif // defined(RENDERER_GL) +#if defined(RENDERER_GLES2) +#include +#if defined(OS_WIN) +#include +#endif +#endif // defined(RENDERER_GLES2) + #include #include #include -- cgit v1.1