diff options
author | Keith Whitwell <[email protected]> | 2008-06-11 09:18:42 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-06-11 09:19:48 +0100 |
commit | 3bdeff5becbba27d57250f761777bedbdcb66a1e (patch) | |
tree | 6d1f8836e428563af98ac2d388b0660f0e8d2658 /progs/trivial/Makefile | |
parent | ab399b555c99c46958c421d900109f78901ddc99 (diff) |
trivial: add test for integer vertex arrays
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 e88c239cd5e..9e32bd7c26b 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -118,6 +118,7 @@ SOURCES = \ vbo-drawelements.c \ vbo-drawrange.c \ vp-array.c \ + vp-array-int.c \ vp-clip.c \ vp-line-clip.c \ vp-tri.c \ |