#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:

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

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. | |
Revision 1.21 2002/10/07 16:27:46 nigels Added CVS version control info
Definition in file buffer.h.
1.2.18