Changeset 466 for trunk/src/lib


Ignore:
Timestamp:
09/04/15 17:46:48 (10 years ago)
Author:
epyon
Message:
  • support for separate runtime CRT build
  • wx fix for new gl headers
File:
1 edited

Legend:

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

    r463 r466  
    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_functions.inc>
     28#include <nv/lib/detail/gl_core/gl_functions_3_1.inc>
    2929#if NV_PLATFORM == NV_WINDOWS
    3030#include <nv/lib/detail/wgl_functions.inc>
    3131#endif
    32 #include <nv/lib/detail/gl_ext/gl_ext_all_functions.inc>
    3332#undef NV_GL_FUN_REN
    3433#undef NV_GL_FUN_EXT
     
    107106#       define NV_GL_FUN( rtype, fname, fparams ) NV_GL_LOAD( fname )
    108107#       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>
    110109#       undef NV_GL_FUN_EXT
    111110#       undef NV_GL_FUN
Note: See TracChangeset for help on using the changeset viewer.