Changeset 487 for trunk/src/lib/gl.cc


Ignore:
Timestamp:
03/08/16 08:05:51 (9 years ago)
Author:
epyon
Message:
 
File:
1 edited

Legend:

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

    r466 r487  
    161161        if ( wgl_library_loaded ) return true;
    162162
    163         HGLRC (NV_GL_APIENTRY *wgl_createcontext) (HDC)        = nullptr;
    164         BOOL  (NV_GL_APIENTRY *wgl_makecurrent)   (HDC, HGLRC) = nullptr;
    165         BOOL  (NV_GL_APIENTRY *wgl_deletecontext) (HGLRC)      = nullptr;
     163        HGLRC ( NV_GL_APIENTRY *wgl_createcontext) (HDC)        = nullptr;
     164        BOOL  ( NV_GL_APIENTRY *wgl_makecurrent)   (HDC, HGLRC) = nullptr;
     165        BOOL  ( NV_GL_APIENTRY *wgl_deletecontext) (HGLRC)      = nullptr;
    166166
    167167        void_assign( wgl_createcontext, gl_library.get("wglCreateContext") );
Note: See TracChangeset for help on using the changeset viewer.