mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
Porting NV_vertex_program demos to ARB_vertex_program
This commit is contained in:
parent
4814d79c99
commit
15955f1c5e
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ LIBDIR = $(TOP)/lib
|
|||
LIBS = -L$(LIBDIR) $(APP_LIB_DEPS)
|
||||
|
||||
SOURCES = antialias.c \
|
||||
arbvptest1.c \
|
||||
arbvptest3.c \
|
||||
arbvptorus.c \
|
||||
arbvpwarpmesh.c \
|
||||
bufferobj.c \
|
||||
cva.c \
|
||||
dinoshade.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue