Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members

glbufferstate.h

00001 /***************************************************************************
00002                           glbufferstate.h  -  description
00003                              -------------------
00004     begin                : Tue Jul 29 2003
00005     copyright            : (C) 2003 by Jacques Gasselin de Richebourg
00006     email                : jacquesgasselin@hotmail.com
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU Lesser General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef GLBUFFERSTATE_H
00019 #define GLBUFFERSTATE_H
00020 
00026 class GLBufferState
00027 {
00029    unsigned int state;
00030 public: 
00031 
00032    GLBufferState();
00033    ~GLBufferState();
00034 
00036    static const unsigned int Z_BUFFER;
00038    static const unsigned int STENCIL_BUFFER;
00040    static const unsigned int ACCUMULATION_BUFFER;
00042    static const unsigned int FRAME_BUFFER;
00043 };
00044 
00045 #endif

Generated on Wed Feb 4 23:11:33 2004 by doxygen 1.3.3