blob: b9d75cd993f56d977f7d57cd88055f6b70d5229c (
plain)
1
2
3
4
5
6
7
8
|
!!ARBvp1.0
# REQUIRE GL_NV_vertex_program3
OPTION NV_vertex_program3;
# REQUIRE GL_ARB_texture_cube_map
# FAIL - TXQ not supported by GL_NV_vertex_program3
TXQ result.color, vertex.texcoord[0], texture[0], CUBE;
END
|