]> git.cworth.org Git - glaze/commit
Add function glaze_set_first_gl_call_callback
authorCarl Worth <cworth@cworth.org>
Wed, 4 Sep 2013 23:44:44 +0000 (16:44 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 4 Sep 2013 23:44:44 +0000 (16:44 -0700)
commit6cfcdb728c0a088cc12bb3eb93d78b2a9915969b
tree8bd4428022aadf30a1c7c342dbaced45526365b7
parente67ec0f4f055ad6b41fb17024cb4496b66054ada
Add function glaze_set_first_gl_call_callback

This allows the wrapper to specify a callback to be called once OpenGL
is first initialized, (without the wrapper library needing to predict
what the name of the first GL function called might be, nor needing to
wrap all OpenGL calls just in order to intercept the first one).
glaze-gl.c
glaze.c
glaze.h