Changeset 487 for trunk/src/lib
- Timestamp:
- 03/08/16 08:05:51 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gl.cc
r466 r487 161 161 if ( wgl_library_loaded ) return true; 162 162 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; 166 166 167 167 void_assign( wgl_createcontext, gl_library.get("wglCreateContext") );
Note: See TracChangeset
for help on using the changeset viewer.