summaryrefslogtreecommitdiff
path: root/tests/asmparsertest/shaders/ARBvp1.0/tex-07.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/asmparsertest/shaders/ARBvp1.0/tex-07.txt')
-rw-r--r--tests/asmparsertest/shaders/ARBvp1.0/tex-07.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/asmparsertest/shaders/ARBvp1.0/tex-07.txt b/tests/asmparsertest/shaders/ARBvp1.0/tex-07.txt
new file mode 100644
index 000000000..60000bdd6
--- /dev/null
+++ b/tests/asmparsertest/shaders/ARBvp1.0/tex-07.txt
@@ -0,0 +1,6 @@
+!!ARBvp1.0
+# REQUIRE GL_ARB_fragment_program_shadow
+OPTION ARB_fragment_program_shadow;
+# FAIL - texture instructions not supported by GL_ARB_vertex_program
+TEX result.color, vertex.texcoord[0], texture[0], SHADOW2D;
+END