]> git.cworth.org Git - glenv/commit
Initial import of glenv utility
authorCarl Worth <cworth@cworth.org>
Sat, 31 Aug 2013 01:06:52 +0000 (18:06 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 31 Aug 2013 01:08:02 +0000 (18:08 -0700)
commit206fae5fae316c85de55e636c1f7d04b8cdc9193
tree6832586b535cc335a20cbafb8cb495f1ead86162
Initial import of glenv utility

This uses Glaze to alter the OpenGL environment provided to a program.

The query and extension-related options are not yet fully implemented.
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
configure [new file with mode: 0755]
glenv.c [new file with mode: 0644]
glwrap.c [new file with mode: 0644]