mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-12 00:56:40 -04:00
7 lines
78 B
Plaintext
7 lines
78 B
Plaintext
float4 main
|
|
(
|
|
float4 out_color : COLOR
|
|
) : COLOR
|
|
{
|
|
return out_color;
|
|
} |