]> git.cworth.org Git - glaze/commitdiff
Add GLAZE_WRAPPER variable to specify library with OpenGL wrapper functions
authorCarl Worth <cworth@cworth.org>
Mon, 29 Jul 2013 21:25:55 +0000 (14:25 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 29 Jul 2013 21:25:55 +0000 (14:25 -0700)
The GLAZE_WRAPPER environment variable should point to a library which
has symbols for some subset of the OpenGL API. For all such symbols,
Glaze will resolve its ifunc symbols to the wrapper functions. For all
functions not having symbols in the GLAZE_WRAPPER library, Glaze will
resolve its ifunc symbols to the functions in the GLAZE_LIBGL library.


No differences found