Go to the source code of this file.
Defines | |
#define | MODULE_RENDERGL2 |
Functions | |
long | PostProcessRenderGL (long frame) |
void | DrawExternalMaterialPolys (BOOL bDrawTransparent, BOOL bClip, long nMats, matl *iMat, long Nface, face *MainFp, long Nvert, vertex *MainVp) |
Variables | |
int | RENDERBUFFER_WIDTH |
int | RENDERBUFFER_HEIGHT |
int | TEXTUREBUFFER_WIDTH |
int | TEXTUREBUFFER_HEIGHT |
GLuint | g_check_texture |
GLuint | g_map_texture |
GLuint | g_ref_texture |
GLuint | g_bump_texture |
GLuint | g_tran_texture |
GLuint | g_movie_texture |
GLuint | g_env_texture |
GLuint | g_envB_texture |
GLuint | g_envN_texture |
GLuint | g_noise_texture |
GLuint | g_env3D_texture |
GLuint | g_sky_texture |
double | DepthScalingGL |
double | FrontDepthGL |
double | BackDepthGL |
char | gszHomeDir [] |
double | GlobalScale |
X__SHADER | EviShader |
Structure to pass additional paraneters to the Plugin Shaders - mostly used for function pointers. |
#define MODULE_RENDERGL2 |
Definition at line 3 of file rendergl2.c.
Definition at line 71 of file rendergl.C.
Definition at line 72 of file rendergl.C.
Definition at line 73 of file rendergl.C.
Definition at line 74 of file rendergl.C.
GLuint g_check_texture |
GLuint g_map_texture |
GLuint g_ref_texture |
GLuint g_bump_texture |
GLuint g_tran_texture |
GLuint g_movie_texture |
GLuint g_env_texture |
Definition at line 72 of file GLDESIGN.C.
Referenced by CloseGlWindow(), DrawExternalMaterialPolys(), initialize(), and Make3dDisplayListProg().
GLuint g_envB_texture |
Definition at line 73 of file GLDESIGN.C.
Referenced by CloseGlWindow(), DrawExternalMaterialPolys(), initialize(), and Make3dDisplayListProg().
GLuint g_envN_texture |
Definition at line 26 of file rendergl.C.
GLuint g_noise_texture |
Definition at line 74 of file GLDESIGN.C.
Referenced by CloseGlWindow(), DrawExternalMaterialPolys(), initialize(), and Make3dDisplayListProg().
GLuint g_env3D_texture |
Definition at line 24 of file rendergl.C.
GLuint g_sky_texture |
Definition at line 28 of file rendergl.C.
double DepthScalingGL |
Definition at line 32 of file rendergl.C.
double FrontDepthGL |
Definition at line 32 of file rendergl.C.
double BackDepthGL |
Definition at line 32 of file rendergl.C.
char gszHomeDir[] |
double GlobalScale |
Definition at line 38 of file rendergl1.c.