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/Makefile | |
parent | 39320c1bee93e7177a82307d861ed4c1f2cb2711 (diff) |
progs/trivial: draw non-interleaved arrays out of one vbo
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 082387d86ea..69c71cbaf61 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -111,6 +111,7 @@ SOURCES = \ tri-scissor-tri.c \ tri-stencil.c \ tri-stipple.c \ + tri-multitex-vbo.c \ tri-tex.c \ tri-tex-3d.c \ tri-tri.c \ |