#include "pandabase.h"
#include "graphicsStateGuardian.h"
#include "geomprimitives.h"
#include "texture.h"
#include "pixelBuffer.h"
#include "displayRegion.h"
#include "material.h"
#include "depthTestAttrib.h"
#include "textureApplyAttrib.h"
#include "pointerToArray.h"
#include "fog.h"
#include <GL/gl.h>
#include "glGraphicsStateGuardian.I"
Go to the source code of this file.
Compounds | |
class | GLGraphicsStateGuardian |
A GraphicsStateGuardian specialized for rendering into OpenGL contexts. More... | |
Defines | |
#define | DO_PSTATS_STUFF(XX) |
#define | ISPOW2(X) (((X) & ((X)-1))==0) |
#define | report_gl_errors() GLGraphicsStateGuardian::report_errors(__LINE__, __FILE__) |
Definition in file glGraphicsStateGuardian.h.
|
Definition at line 346 of file glGraphicsStateGuardian.h. |
|
Definition at line 349 of file glGraphicsStateGuardian.h. |
|