// Filename: glstuff_src.cxx // Created by: drose (09Feb04) // //////////////////////////////////////////////////////////////////// // // PANDA 3D SOFTWARE // Copyright (c) 2001 - 2004, Disney Enterprises, Inc. All rights reserved // // All use of this software is subject to the terms of the Panda 3d // Software license. You should have received a copy of this license // along with this source code; you will also find a current copy of // the license at http://etc.cmu.edu/panda3d/docs/license/ . // // To contact the maintainers of this program write to // panda3d-general@lists.sourceforge.net . // //////////////////////////////////////////////////////////////////// // This .cxx file includes all of the gl-related .cxx files in this // directory. It works just like glstuff_src.h; see the comments in // that file for an explanation for what you're supposed to declare in // order to include this file. #include "glmisc_src.cxx" #include "glTextureContext_src.cxx" #include "glVertexBufferContext_src.cxx" #include "glIndexBufferContext_src.cxx" #include "glGeomContext_src.cxx" #include "glGeomMunger_src.cxx" #include "glCgShaderContext_src.cxx" #include "glGraphicsStateGuardian_src.cxx"