


!!ARBvp1.0

# REQUIRE GL_ARB_fragment_program_shadow
OPTION    ARB_fragment_program_shadow;

# FAIL - texture instructions not supported by GL_ARB_vertex_program
TXQ result.color, vertex.texcoord[0], texture[0], SHADOW1D;
END
