Changeset 464
- Timestamp:
- 09/01/15 18:40:23 (10 years ago)
- Location:
- trunk/nv/lib
- Files:
-
- 37 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/lib/gl.hh
r463 r464 50 50 #endif 51 51 52 // TODO: remove and use glGenerateMipmap 53 #define GL_GENERATE_MIPMAP 0x8191 54 55 #include <nv/lib/detail/gl_core/gl_types_2_1.inc> 52 56 #include <nv/lib/detail/gl_types.inc> 53 57 #if NV_PLATFORM == NV_WINDOWS … … 64 68 #define NV_GL_FUN_EXT NV_GL_FUN 65 69 66 #include <nv/lib/detail/gl_ functions.inc>70 #include <nv/lib/detail/gl_core/gl_functions_2_1.inc> 67 71 #if NV_PLATFORM == NV_WINDOWS 68 72 #include <nv/lib/detail/wgl_functions.inc>
Note: See TracChangeset
for help on using the changeset viewer.