Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

glt/buffer.h File Reference

OpenGL Framebuffer Classes. More...

#include <glt/config.h>
#include <glt/gl.h>
#include <glt/viewport.h>
#include <glt/error.h>
#include <misc/image.h>
#include <misc/string.h>
#include <iostream>
#include <cassert>
#include <cmath>
#include <string>
#include <cstring>

Include dependency graph for buffer.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  GltFrameBuffer
 Base class for framebuffer interfaces. More...

class  GltFrameBufferRGB
 RGB frame buffer interface. More...

class  GltFrameBufferZ
 Z-buffer interface. More...

class  GltFrameBufferStencil
 Stencil buffer interface. More...


Typedefs

typedef GltFrameBufferZ< GLfloat,
GL_FLOAT > 
GltFrameBufferZFloat
 Floating point z-buffer.

typedef GltFrameBufferZ< GLushort,
GL_UNSIGNED_SHORT > 
GltFrameBufferZShort
 Unsigned short z-buffer.

typedef GltFrameBufferZ< GLuint,
GL_UNSIGNED_INT > 
GltFrameBufferZUint
 Unsigned integer z-buffer.

typedef GltFrameBufferStencil<
GLubyte, GL_UNSIGNED_BYTE > 
GltFrameBufferStencilUbyte
 Unsigned byte stencil buffer.


Detailed Description

OpenGL Framebuffer Classes.

Id:
buffer.h,v 1.22 2002/10/11 08:32:05 nigels Exp

Log:
buffer.h,v
Revision 1.22 2002/10/11 08:32:05 nigels Added operator[] to stencil buffer

Revision 1.21 2002/10/07 16:27:46 nigels Added CVS version control info

Definition in file buffer.h.


Generated on Tue Nov 5 11:11:06 2002 for GLT by doxygen1.2.18