diff options
author | Keith Whitwell <[email protected]> | 2009-04-30 12:35:59 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-05-08 14:57:27 +0100 |
commit | e99729d63d50dd7e1dffc8b739b6f9decc834925 (patch) | |
tree | 041dfdf0532921cb4b6dba0279924028890c671b /progs/trivial/Makefile | |
parent | d075cb4fc8c130f2e8f40356e7872fcc7ce3dcd1 (diff) |
progs/trivial: add vbo-noninterleaved test
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 e255cdadc5f..69b0408bbd9 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -139,6 +139,7 @@ SOURCES = \ tristrip-flat.c \ tristrip.c \ vbo-drawarrays.c \ + vbo-noninterleaved.c \ vbo-drawelements.c \ vbo-drawrange.c \ vp-array.c \ |