Ignore:
Timestamp:
04/29/16 12:42:28 (9 years ago)
Author:
epyon
Message:
  • mass update (will try to do atomic from now)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sdl/sdl_window.cc

    r486 r491  
    3030        //      SDL_GL_SetAttribute( SDL_GL_MULTISAMPLESAMPLES, 4 );
    3131
    32         SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 2);
    33         SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 1);
     32        SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 3);
     33        SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 2);
     34
     35        SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_CORE );
     36
    3437        SDL_GL_SetAttribute(SDL_GL_DEPTH_SIZE, 24);
    3538
Note: See TracChangeset for help on using the changeset viewer.