ClassiCube/misc/vita/colored_f.cg
2023-10-06 20:00:48 +11:00

7 lines
78 B
Plaintext

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