OpenGL2: Direct state access, part 3: Framebuffers.
This commit is contained in:
parent
f70e9dac01
commit
28ff383061
6 changed files with 192 additions and 239 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue