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