summaryrefslogtreecommitdiff
path: root/progs/vp/msk.txt
blob: 9e925aca11ec858759e0b57751ede36b6a80e68b (plain)
1
2
3
4
5
6
7
!!ARBvp1.0
TEMP R0;
MOV R0.xz, vertex.color; 
MOV R0.yw, {0.5}.x;
MOV result.color, R0;
MOV  result.position, vertex.position;
END