diff options
author | Keith Whitwell <[email protected]> | 2009-11-06 09:22:46 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-06 09:34:02 +0000 |
commit | 5a24c66915a555d72a6377e073a732ab9d6be461 (patch) | |
tree | cb2249301a11cbf391e367923f92d8a67a4d359d /progs/trivial/Makefile | |
parent | c22b47ebb1f00d43fe74d57a1e727fa70c4bf970 (diff) |
trivial: add vbo-tri, an even simpler version of tri.c
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 70728616d28..e15ec33ab59 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -153,6 +153,7 @@ SOURCES = \ tristrip-clip.c \ tristrip-flat.c \ tristrip.c \ + vbo-tri.c \ vbo-drawarrays.c \ vbo-noninterleaved.c \ vbo-drawelements.c \ |