From d9f362a66733cf016a54bae0a97805223d930062 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Tue, 1 Nov 2005 06:28:39 +0000 Subject: standalone tests for vp instructions --- progs/vp/add.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 progs/vp/add.txt (limited to 'progs/vp/add.txt') diff --git a/progs/vp/add.txt b/progs/vp/add.txt new file mode 100644 index 0000000000..4094cd448d --- /dev/null +++ b/progs/vp/add.txt @@ -0,0 +1,6 @@ +!!ARBvp1.0 +TEMP R0; +ADD R0, vertex.color, vertex.color; +ADD result.color, R0, R0; +MOV result.position, vertex.position; +END -- cgit v1.2.3