From: Carl Worth Date: Wed, 24 Jul 2013 23:48:02 +0000 (-0700) Subject: Initial commit of glaze, a thin, shiny wrapper for OpenGL X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=75d3372ac4784383f6cdc8b5260098f81f8b2751;hp=75d3372ac4784383f6cdc8b5260098f81f8b2751;p=glaze Initial commit of glaze, a thin, shiny wrapper for OpenGL The basic mechanic is in place here to create a pass-through ifunc for every function in a list of functions. The current list is the tiniest stub so far, (nothing but glClear). And there is not yet any mechanism to do selective substitution of any OpenGL functions, (so glaze cannot actually be used for anything yet). ---