Ignore:
Timestamp:
08/14/14 19:00:26 (11 years ago)
Author:
epyon
Message:
  • range - added bit enumeration iterator
  • flags - added flag enumeration iterator
  • wx - switched to more performant update mechanism
  • gl_window - no need to call load_gl_no_context twice
File:
1 edited

Legend:

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

    r304 r310  
    350350#if NV_PLATFORM == NV_WINDOWS
    351351#if NV_SDL_VERSION == NV_SDL_20
    352         nv::load_gl_no_context();
    353352        m_context = new native_gl_context( m_device, dc );
    354353        SDL_Window* window = SDL_CreateWindowFrom( handle );
Note: See TracChangeset for help on using the changeset viewer.