mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 05:28:05 +02:00
4 lines
83 B
Text
4 lines
83 B
Text
!!ARBfp1.0
|
|
PARAM Diffuse = state.material.diffuse;
|
|
MOV result.color, Diffuse;
|
|
END
|