Changeset 466 for trunk/src/lib
- Timestamp:
- 09/04/15 17:46:48 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gl.cc
r463 r466 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_ functions.inc>28 #include <nv/lib/detail/gl_core/gl_functions_3_1.inc> 29 29 #if NV_PLATFORM == NV_WINDOWS 30 30 #include <nv/lib/detail/wgl_functions.inc> 31 31 #endif 32 #include <nv/lib/detail/gl_ext/gl_ext_all_functions.inc>33 32 #undef NV_GL_FUN_REN 34 33 #undef NV_GL_FUN_EXT … … 107 106 # define NV_GL_FUN( rtype, fname, fparams ) NV_GL_LOAD( fname ) 108 107 # define NV_GL_FUN_EXT( rtype, fname, fparams ) NV_GL_LOAD_EXT( fname ) 109 # include <nv/lib/detail/gl_ functions.inc>108 # include <nv/lib/detail/gl_core/gl_functions_3_1.inc> 110 109 # undef NV_GL_FUN_EXT 111 110 # undef NV_GL_FUN
Note: See TracChangeset
for help on using the changeset viewer.