]> git.cworth.org Git - glfps/commit
Initial import of libglfps demo for glaze
authorCarl Worth <cworth@cworth.org>
Fri, 20 Sep 2013 22:29:03 +0000 (15:29 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 20 Sep 2013 23:30:40 +0000 (16:30 -0700)
commit3b0270c3e44c4a9e0f95ac43069883df9eab6d01
tree470db5268d6292b48374233a958106aba6ecc6ef
Initial import of libglfps demo for glaze

This first implementation is a simple FPS-counter for OpenGL
implemented via a library suitable for use with LD_PRELOAD.
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
glfps.c [new file with mode: 0644]