4 lines
No EOL
64 B
Text
4 lines
No EOL
64 B
Text
float4 main(float4 Color : COLOR) : SV_Target
|
|
{
|
|
return Color;
|
|
} |