diff options
author | Keith Whitwell <[email protected]> | 2009-06-30 16:19:23 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-06-30 16:19:23 +0100 |
commit | 6af783bea0e171582f86c8456ca521ac242abc39 (patch) | |
tree | 7dc3d57a99a0f31191aee097f00b192c73fb9387 /progs/trivial/Makefile | |
parent | a9ae89d104161c1052beda7e3dcb21b8b7af5ba3 (diff) |
progs/trivial: add test case for lighting plus per-vertex materials
Exercise material-within-begin/end case.
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 22de83fa790..de862b067c7 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -105,6 +105,7 @@ SOURCES = \ tri-fp.c \ tri-fp-const-imm.c \ tri-lit.c \ + tri-lit-material.c \ tri-mask-tri.c \ tri-orig.c \ tri-query.c \ |