diff options
author | Brian Paul <[email protected]> | 2010-01-29 14:01:12 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-01-29 14:01:34 -0700 |
commit | b8d4cbd7e2f76e647d8ac8c4dc4881d71c984b68 (patch) | |
tree | 21f4914b1aff7e029c7ef78bf917b0de47fdb456 /progs/demos/Makefile | |
parent | 98f3f1c695f232120541670a8b5a355003ce3cc8 (diff) |
progs/demos: new image dissolve demo
Dissolve between two images using a random pattern in the stencil
buffer and a varying stencil ref value.
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 f21d916330b..5b1d2a0b65b 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -20,6 +20,7 @@ PROGS = \ copypix \ cubemap \ dinoshade \ + dissolve \ drawpix \ engine \ fbo_firecube \ |