]> git.cworth.org Git - glaze/commitdiff
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)
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).


No differences found