5 lines
73 B
HLSL
5 lines
73 B
HLSL
float4 main(float4 Color : TEXCOORD0) : SV_Target0
|
|
{
|
|
return Color;
|
|
}
|