diff options
author | Brian Paul <[email protected]> | 2006-01-28 00:30:07 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-01-28 00:30:07 +0000 |
commit | daf3093f28353b27d277da4406324fbc41676a5b (patch) | |
tree | 6f49f6587a7c6f9e481151dab2eb81819ee67f63 /progs/demos/Makefile | |
parent | 5e9d73153c72b445620784b51c435b83e3720ef5 (diff) |
Test glCopyTexSubImage2D by drawing gears as texture on sides of a box.
Diffstat (limited to 'progs/demos/Makefile')
-rw-r--r-- | progs/demos/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 1f796424c02..2009c42c69d 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -24,6 +24,7 @@ PROGS = \ fogcoord \ fplight \ gamma \ + gearbox \ gears \ geartrain \ glinfo \ |