35 lines
1.2 KiB
C++
35 lines
1.2 KiB
C++
/**
|
|
* PANDA 3D SOFTWARE
|
|
* Copyright (c) Carnegie Mellon University. All rights reserved.
|
|
*
|
|
* All use of this software is subject to the terms of the revised BSD
|
|
* license. You should have received a copy of this license along
|
|
* with this source code in a file named "LICENSE."
|
|
*
|
|
* @file glstuff_src.cxx
|
|
* @author drose
|
|
* @date 2004-02-09
|
|
*/
|
|
|
|
// 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 "glSamplerContext_src.cxx"
|
|
#include "glVertexBufferContext_src.cxx"
|
|
#include "glIndexBufferContext_src.cxx"
|
|
#include "glBufferContext_src.cxx"
|
|
#include "glOcclusionQueryContext_src.cxx"
|
|
#include "glTimerQueryContext_src.cxx"
|
|
#include "glLatencyQueryContext_src.cxx"
|
|
#include "glGeomContext_src.cxx"
|
|
#include "glGeomMunger_src.cxx"
|
|
#include "glShaderContext_src.cxx"
|
|
#include "glCgShaderContext_src.cxx"
|
|
#include "glImmediateModeSender_src.cxx"
|
|
#include "glGraphicsBuffer_src.cxx"
|
|
#include "glGraphicsStateGuardian_src.cxx"
|