Sign in
fuchsia
/
third_party
/
mesa
/
refs/tags/gitlab/mesa_7_1_rc4
/
.
/
progs
/
vp
/
lg2.txt
blob: 2f59b993a419f3c411ec1beab02376c2b9df8cb9 [
file
]
!!ARBvp1.0
TEMP R0;
MUL R0, vertex.color, {4.0}.x;
LG2 result.color, R0.x;
MOV result.position, vertex.position;
END