progs/perf: added fbobind.c test to test FBO binding speed

This commit is contained in:
Brian Paul
2009-09-22 11:03:43 -06:00
parent cfb0f2489d
commit ed113da12e
3 changed files with 153 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ env.Prepend(LIBS = ['$GLUT_LIB'])
progs = [
'drawoverhead',
'fbobind',
'fill',
'teximage',
'swapbuffers',