diff options
author | Keith Whitwell <[email protected]> | 2009-03-24 15:27:21 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-03-24 15:30:53 +0000 |
commit | 2312f697a27da366ecda9cbae9ddf8c63de910d5 (patch) | |
tree | ad76783c80f403fbcb4925171b1e46a102bfacdf /progs/trivial/SConscript | |
parent | 39320c1bee93e7177a82307d861ed4c1f2cb2711 (diff) |
progs/trivial: draw non-interleaved arrays out of one vbo
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 6a9ffafe509..480630e210e 100644 --- a/progs/trivial/SConscript +++ b/progs/trivial/SConscript @@ -107,6 +107,7 @@ progs = [ 'tri-scissor-tri', 'tri-stencil', 'tri-stipple', + 'tri-multitex-vbo', 'tri-tex', 'tri-tex-3d', 'tri-tri', |