Changeset 492 for trunk/src/lib


Ignore:
Timestamp:
05/05/16 19:37:28 (9 years ago)
Author:
epyon
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gl.cc

    r491 r492  
    2626#define NV_GL_FUN_REN( rtype, fname, rname, fparams ) rtype (NV_GL_APIENTRY *rname) fparams = nullptr;
    2727#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>
    2929#if NV_PLATFORM == NV_WINDOWS
    3030#include <nv/lib/detail/wgl_functions.inc>
     
    106106#       define NV_GL_FUN( rtype, fname, fparams ) NV_GL_LOAD( fname )
    107107#       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>
    109109#       undef NV_GL_FUN_EXT
    110110#       undef NV_GL_FUN
Note: See TracChangeset for help on using the changeset viewer.