Changeset 492 for trunk/src/lib/gl.cc
- Timestamp:
- 05/05/16 19:37:28 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gl.cc
r491 r492 26 26 #define NV_GL_FUN_REN( rtype, fname, rname, fparams ) rtype (NV_GL_APIENTRY *rname) fparams = nullptr; 27 27 #define NV_GL_FUN_EXT NV_GL_FUN 28 #include <nv/lib/detail/gl_core/gl_functions_3_ 1.inc>28 #include <nv/lib/detail/gl_core/gl_functions_3_2.inc> 29 29 #if NV_PLATFORM == NV_WINDOWS 30 30 #include <nv/lib/detail/wgl_functions.inc> … … 106 106 # define NV_GL_FUN( rtype, fname, fparams ) NV_GL_LOAD( fname ) 107 107 # define NV_GL_FUN_EXT( rtype, fname, fparams ) NV_GL_LOAD_EXT( fname ) 108 # include <nv/lib/detail/gl_core/gl_functions_3_ 1.inc>108 # include <nv/lib/detail/gl_core/gl_functions_3_2.inc> 109 109 # undef NV_GL_FUN_EXT 110 110 # undef NV_GL_FUN
Note: See TracChangeset
for help on using the changeset viewer.