]> git.cworth.org Git - glaze/commit
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)
commitadf4faac47e4136b879913b6ae9e2018de64af93
tree24afb6631bde83d8abedde02c68bd83671dc2fa7
parent5341dd2062919031591f197abab8d2e44fa5d191
Add GLAZE_WRAPPER variable to specify library with OpenGL wrapper functions

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.
glaze.c