]> git.cworth.org Git - glaze/commit
Add a new libglaze library
authorCarl Worth <cworth@cworth.org>
Mon, 12 Aug 2013 21:09:58 +0000 (14:09 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 12 Aug 2013 21:21:58 +0000 (14:21 -0700)
commitcec0694a7f219bd3590e6a04beba34ca45539540
treeaac890476baa7d79561a3c12b2d16f4aba5b8cc9
parent0b190cc8fbca0f970eadd8c0f1d5792c41f71cf6
Add a new libglaze library

So far this is simply a glaze_lookup function which uses GLAZE_LIBGL
to find libGL.so, then does a dlopen on that, and then a dlsym for the
function name of interest.
.gitignore
Makefile
configure
glaze.c [new file with mode: 0644]
glaze.h [new file with mode: 0644]