summaryrefslogtreecommitdiff
path: root/tests/asmparsertest/shaders/ARBvp1.0/txl-10.txt
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-10-01 13:14:01 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-10-01 13:14:01 -0700
commit871bb33dd30d2b3f021d3abbedf318da129c42d1 (patch)
treeec7e4729f674633d5c158461afb9b1dc3d823266 /tests/asmparsertest/shaders/ARBvp1.0/txl-10.txt
parent703b01e7e4979cbde32461179b9180cdcb7935ea (diff)
NV vp3: Add a bunch of GL_NV_vertex_program3 texture tests
Diffstat (limited to 'tests/asmparsertest/shaders/ARBvp1.0/txl-10.txt')
-rw-r--r--tests/asmparsertest/shaders/ARBvp1.0/txl-10.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/asmparsertest/shaders/ARBvp1.0/txl-10.txt b/tests/asmparsertest/shaders/ARBvp1.0/txl-10.txt
new file mode 100644
index 000000000..7f71ef3cf
--- /dev/null
+++ b/tests/asmparsertest/shaders/ARBvp1.0/txl-10.txt
@@ -0,0 +1,7 @@
+!!ARBvp1.0
+# REQUIRE GL_NV_vertex_program3
+OPTION NV_vertex_program3;
+# REQUIRE GL_EXT_texture3D
+
+TXL result.color, vertex.texcoord[0], texture[0], 3D;
+END