mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 22:30:12 +01:00
9 lines
163 B
Text
9 lines
163 B
Text
|
|
!!ARBfp1.0
|
||
|
|
TEMP R0;
|
||
|
|
MUL R0, fragment.color, {3.14}.x;
|
||
|
|
MOV result.color, {0.0}.x;
|
||
|
|
SIN result.color.x, R0.x;
|
||
|
|
SIN result.color.y, R0.y;
|
||
|
|
SIN result.color.z, R0.z;
|
||
|
|
END
|