]> git.cworth.org Git - glenv/log
glenv
10 years agoImplement --query option
Carl Worth [Wed, 4 Sep 2013 23:46:07 +0000 (16:46 -0700)]
Implement --query option

This depends on the function recently added to glaze:

glaze_set_first_glcall_callback

So that once there's a valid GL context, glenv can query it to
determine the environment and report that.

10 years agoInitial import of glenv utility
Carl Worth [Sat, 31 Aug 2013 01:06:52 +0000 (18:06 -0700)]
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.