open_toontown_panda3d/panda/src/glstuff/glstuff_src.cxx

33 lines
1.1 KiB
C++

// Filename: glstuff_src.cxx
// Created by: drose (09Feb04)
//
////////////////////////////////////////////////////////////////////
//
// 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."
//
////////////////////////////////////////////////////////////////////
// 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 "glOcclusionQueryContext_src.cxx"
#include "glGeomContext_src.cxx"
#include "glGeomMunger_src.cxx"
#include "glShaderContext_src.cxx"
#include "glImmediateModeSender_src.cxx"
#include "glGraphicsBuffer_src.cxx"
#include "glGraphicsStateGuardian_src.cxx"