Porting NV_vertex_program demos to ARB_vertex_program
authorKarl Rasche <karlrasche@gmail.com>
Sun, 23 Nov 2003 17:48:15 +0000 (17:48 +0000)
committerKarl Rasche <karlrasche@gmail.com>
Sun, 23 Nov 2003 17:48:15 +0000 (17:48 +0000)
progs/tests/Makefile.X11

index b65f0e4..ff2e040 100644 (file)
@@ -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 \