Changeset 229 for trunk/src/gl


Ignore:
Timestamp:
05/06/14 04:59:23 (11 years ago)
Author:
epyon
Message:
  • framebuffer extension added to gl
  • various minro changes and fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gl/gl_device.cc

    r228 r229  
    4949        SDL_GL_SetAttribute( SDL_GL_DOUBLEBUFFER, 1 );
    5050
    51         SDL_GL_SetAttribute( SDL_GL_MULTISAMPLEBUFFERS, 1 );
    52         SDL_GL_SetAttribute( SDL_GL_MULTISAMPLESAMPLES, 4 );
     51//      SDL_GL_SetAttribute( SDL_GL_MULTISAMPLEBUFFERS, 1 );
     52//      SDL_GL_SetAttribute( SDL_GL_MULTISAMPLESAMPLES, 4 );
    5353
    5454#if NV_SDL_VERSION == NV_SDL_20
Note: See TracChangeset for help on using the changeset viewer.