#include <GL/glew.h>
#include <GL/wglew.h>
#include <GL/glx.h>
Go to the source code of this file.
Compounds | |
class | PBuffer |
PBuffer class. More... | |
Typedefs | |
typedef GLXContext | PBuffRenCTX |
Enumerations | |
enum | PbuffModes { PBUFF_NONE = 0, PBUFF_REND_TO_TEX = 1<<0, PBUFF_RECT = 1<<1, PBUFF_SHARE = 1<<2, PBUFF_SINGLE = 1<<3, PBUFF_DOUBLE = 1<<4, PBUFF_DEPTH16 = 1<<5, PBUFF_DEPTH24 = 1<<6, PBUFF_STENCIL = 1<<7, PBUFF_ACCUM = 1<<8, PBUFF_MIPMAP = 1<<9, PBUFF_CUBE = 1<<10, PBUFF_FIXED16 = 1<<11, PBUFF_FLOAT16 = 1<<12, PBUFF_FLOAT32 = 1<<13, PBUFF_AUX1 = 1<<14, PBUFF_AUX2 = 1<<15, PBUFF_AUX3 = 1<<16, PBUFF_AUX4 = 1<<17, PBUFF_AUX5 = 1<<18, PBUFF_AUX6 = 1<<19, PBUFF_AUX7 = 1<<20, PBUFF_AUX8 = 1<<21, PBUFF_PBUFF_LAST = 1<<22 } |
|
Definition at line 24 of file pbuffer.h. Referenced by glift::PBuffGlift::renderCTX(), and PBuffer::renderCTX(). |
|