progs/demos: new image dissolve demo

Dissolve between two images using a random pattern in the stencil
buffer and a varying stencil ref value.
This commit is contained in:
Brian Paul
2010-01-29 14:01:12 -07:00
parent 98f3f1c695
commit b8d4cbd7e2
3 changed files with 160 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ progs = [
'clearspd',
'copypix',
'cubemap',
'dissolve',
'drawpix',
'engine',
'fbo_firecube',