]> git.cworth.org Git - glaze/commit
Initial commit of glaze, a thin, shiny wrapper for OpenGL
authorCarl Worth <cworth@cworth.org>
Wed, 24 Jul 2013 23:48:02 +0000 (16:48 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 24 Jul 2013 23:48:02 +0000 (16:48 -0700)
commit75d3372ac4784383f6cdc8b5260098f81f8b2751
treefe657a16ef54a18c54348c69ed300e0fc219a2e7
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).
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
glapi.def [new file with mode: 0644]
glaze.c [new file with mode: 0644]