ClassiCube/misc/ps3/ps_coloured.fcg
2023-09-10 11:43:12 +10:00

7 lines
76 B
Plaintext

float4 main
(
float4 in_color : COLOR
) : COLOR
{
return in_color;
}