OpenGL2: Direct state access, part 3: Framebuffers.

This commit is contained in:
SmileTheory 2016-01-20 06:32:50 -08:00
parent f70e9dac01
commit 28ff383061
6 changed files with 192 additions and 239 deletions

View file

@ -959,6 +959,7 @@ void GL_SetDefaultState( void )
qglColor4f (1,1,1,1);
GL_BindNullTextures();
GL_BindNullFramebuffers();
qglEnable(GL_TEXTURE_2D);
GL_TextureMode( r_textureMode->string );