commit | 2312f697a27da366ecda9cbae9ddf8c63de910d5 | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keithw@vmware.com> | Tue Mar 24 15:27:21 2009 +0000 |
committer | Keith Whitwell <keithw@vmware.com> | Tue Mar 24 15:30:53 2009 +0000 |
tree | ad76783c80f403fbcb4925171b1e46a102bfacdf | |
parent | 39320c1bee93e7177a82307d861ed4c1f2cb2711 [diff] [blame] |
progs/trivial: draw non-interleaved arrays out of one vbo
diff --git a/progs/trivial/SConscript b/progs/trivial/SConscript index 6a9ffaf..480630e 100644 --- a/progs/trivial/SConscript +++ b/progs/trivial/SConscript
@@ -107,6 +107,7 @@ 'tri-scissor-tri', 'tri-stencil', 'tri-stipple', + 'tri-multitex-vbo', 'tri-tex', 'tri-tex-3d', 'tri-tri',