diff options
author | Brian Paul <brianp@vmware.com> | 2010-03-10 11:51:44 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-03-10 11:52:07 -0700 |
commit | 9a7ba79b2bb60d83fc3bc04280e64cc564cb8760 (patch) | |
tree | 4a3c6593a647ab58b6ff41fed91a9c836bb6240b /progs/trivial/SConscript | |
parent | f6d210c284751ac50a8d6358de7e75a1ff1e4ac7 (diff) |
progs/trivial: added clear-fbo-scissor.c to test scissored clear of FBO
Diffstat (limited to 'progs/trivial/SConscript')
-rw-r--r-- | progs/trivial/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/trivial/SConscript b/progs/trivial/SConscript index f480da047e..24b4f91fb0 100644 --- a/progs/trivial/SConscript +++ b/progs/trivial/SConscript @@ -1,7 +1,8 @@ Import('*') progs = [ - 'clear-fbo-tex', + 'clear-fbo-scissor', + 'clear-fbo-tex', 'clear-fbo', 'clear-scissor', 'clear-undefined', |