Add renderercommon/tr_common.h

This commit is contained in:
Tim Angus 2013-02-16 20:58:04 +00:00
parent 3b0d355bf3
commit 2da0fd6de8
16 changed files with 98 additions and 477 deletions

View file

@ -1287,6 +1287,9 @@ void RE_Shutdown( qboolean destroyWindow ) {
// shut down platform specific OpenGL stuff
if ( destroyWindow ) {
GLimp_Shutdown();
Com_Memset( &glConfig, 0, sizeof( glConfig ) );
Com_Memset( &glState, 0, sizeof( glState ) );
}
tr.registered = qfalse;