From: Carl Worth Date: Wed, 4 Sep 2013 23:44:44 +0000 (-0700) Subject: Add function glaze_set_first_gl_call_callback X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=6cfcdb728c0a088cc12bb3eb93d78b2a9915969b;hp=6cfcdb728c0a088cc12bb3eb93d78b2a9915969b;p=glaze 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). ---