Ignore:
Timestamp:
08/14/14 21:21:39 (11 years ago)
Author:
epyon
Message:
  • full OpenGL extension loading mechanisms
  • framebuffer_object and framebuffer_blit extension defs added
  • minor fixes
File:
1 edited

Legend:

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

    r303 r311  
    612612        }     
    613613
     614        load_gl_library( NV_GL_PATH, true );
     615        load_wgl_library( NV_GL_PATH, true );
    614616        m_handle = (void*)handle;
    615617#else
Note: See TracChangeset for help on using the changeset viewer.