mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 05:00:09 +01:00
9 lines
137 B
Text
9 lines
137 B
Text
|
|
!!ARBfp1.0
|
||
|
|
TEMP R0;
|
||
|
|
MUL R0, fragment.color, {3.14}.x;
|
||
|
|
COS result.color.x, R0.x;
|
||
|
|
COS result.color.y, R0.y;
|
||
|
|
COS result.color.z, R0.z;
|
||
|
|
END
|
||
|
|
|