Changeset 464


Ignore:
Timestamp:
09/01/15 18:40:23 (10 years ago)
Author:
epyon
Message:
  • full GL header support up to 4.5
Location:
trunk/nv/lib
Files:
37 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/lib/gl.hh

    r463 r464  
    5050#endif
    5151
     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>
    5256#include <nv/lib/detail/gl_types.inc>
    5357#if NV_PLATFORM == NV_WINDOWS
     
    6468#define NV_GL_FUN_EXT NV_GL_FUN
    6569
    66 #include <nv/lib/detail/gl_functions.inc>
     70#include <nv/lib/detail/gl_core/gl_functions_2_1.inc>
    6771#if NV_PLATFORM == NV_WINDOWS
    6872#include <nv/lib/detail/wgl_functions.inc>
Note: See TracChangeset for help on using the changeset viewer.