summaryrefslogtreecommitdiff
path: root/tests/asmparsertest/shaders/ARBvp1.0/txl-16.txt
blob: a15a9a963b89ed464ba9d959c42e588c3d5b4bcd (plain)
1
2
3
4
5
6
7
8
!!ARBvp1.0
# REQUIRE GL_NV_vertex_program3
OPTION	NV_vertex_program3;
# REQUIRE GL_ARB_texture_rectangle

OUTPUT	RECT = result.color;
TXL	RECT, vertex.texcoord[0], texture[0], RECT;
END