diff options
author | Brian Paul <[email protected]> | 2005-08-25 23:25:25 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-08-25 23:25:25 +0000 |
commit | 59d680db22572a4ec3780b6bf12f82c50099ec98 (patch) | |
tree | 990bf3948afb1bf1762ae40468cbadc56923f21f /progs/demos/Makefile | |
parent | 713635adef160b6dffaa929a00bfd72703f0b873 (diff) |
Demo of how to do (nearly) flicker-free rendering with a single color buffer.
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 4bd72d8a5c6..109d0aca91f 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -44,6 +44,7 @@ PROGS = \ reflect \ renormal \ shadowtex \ + singlebuffer \ spectex \ spriteblast \ stex3d \ |