7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
float4 main
|
|
(
|
|
float4 in_color : COLOR
|
|
) : COLOR
|
|
{
|
|
return in_color;
|
|
} |