!!ARBvp1.0
# REQUIRE GL_ARB_fragment_program_shadow
OPTION	ARB_fragment_program_shadow;
# FAIL - texture instructions not supported by GL_ARB_vertex_program
TXB	result.color, vertex.texcoord[0], texture[0], SHADOW1D;
END
