summaryrefslogtreecommitdiff
path: root/tests/asmparsertest/shaders/ARBvp1.0/txq-17.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/asmparsertest/shaders/ARBvp1.0/txq-17.txt')
-rw-r--r--tests/asmparsertest/shaders/ARBvp1.0/txq-17.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/asmparsertest/shaders/ARBvp1.0/txq-17.txt b/tests/asmparsertest/shaders/ARBvp1.0/txq-17.txt
new file mode 100644
index 000000000..982520005
--- /dev/null
+++ b/tests/asmparsertest/shaders/ARBvp1.0/txq-17.txt
@@ -0,0 +1,10 @@
+!!ARBvp1.0
+# REQUIRE GL_NV_vertex_program3
+OPTION NV_vertex_program3;
+# REQUIRE GL_ARB_fragment_program_shadow
+OPTION ARB_fragment_program_shadow;
+# REQUIRE GL_ARB_texture_rectangle
+# FAIL - TXQ not supported by GL_NV_vertex_program3
+
+TXQ result.color, vertex.texcoord[0], texture[0], SHADOWRECT;
+END