|
|
|
@ -402,7 +402,6 @@ void R_AllowFog( qboolean allowed );
@@ -402,7 +402,6 @@ void R_AllowFog( qboolean allowed );
|
|
|
|
|
qboolean R_OpaqueEntity( cl_entity_t *ent ); |
|
|
|
|
void R_SetupFrustum( void ); |
|
|
|
|
void R_FindViewLeaf( void ); |
|
|
|
|
void R_CheckGamma( void ); |
|
|
|
|
void R_PushScene( void ); |
|
|
|
|
void R_PopScene( void ); |
|
|
|
|
void R_DrawFog( void ); |
|
|
|
@ -534,6 +533,7 @@ int GL_LoadTexture( const char *name, const byte *buf, size_t size, int flags );
@@ -534,6 +533,7 @@ int GL_LoadTexture( const char *name, const byte *buf, size_t size, int flags );
|
|
|
|
|
void GL_FreeImage( const char *name ); |
|
|
|
|
qboolean VID_ScreenShot( const char *filename, int shot_type ); |
|
|
|
|
qboolean VID_CubemapShot( const char *base, uint size, const float *vieworg, qboolean skyshot ); |
|
|
|
|
void R_GammaChanged( qboolean do_reset_gamma ); |
|
|
|
|
void R_BeginFrame( qboolean clearScene ); |
|
|
|
|
void R_RenderFrame( const struct ref_viewpass_s *vp ); |
|
|
|
|
void R_EndFrame( void ); |
|
|
|
|