diff options
author | Jakob Bornecrantz <[email protected]> | 2009-03-17 15:04:07 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-03-18 11:30:34 +0100 |
commit | ae36fadb7f137cd7f53dccb58d1a73fc46ccc26b (patch) | |
tree | 6397e7566d5c1e3a691448c5c365e119c9285be2 /progs/trivial/SConscript | |
parent | e00ae524e236afba1305150cacd634eaa1f5460b (diff) |
progs/trivial: Add tri-fbo-tex-mip
Tests rendering to mip levels other then first
Diffstat (limited to 'progs/trivial/SConscript')
-rw-r--r-- | progs/trivial/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/SConscript b/progs/trivial/SConscript index 4796a4d37f2..9444cdbe7ed 100644 --- a/progs/trivial/SConscript +++ b/progs/trivial/SConscript @@ -88,6 +88,7 @@ progs = [ 'tri-cull', 'tri-dlist', 'tri-edgeflag', + 'tri-fbo-tex-mip', 'tri-fbo-tex', 'tri-fbo', 'tri-flat-clip', |