summaryrefslogtreecommitdiff
path: root/tests/asmparsertest/shaders/ARBvp1.0/tex-07.txt
blob: 60000bdd643c6cbe648b3e53fa332a796ce575f0 (plain)
1
2
3
4
5
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