5 lines
103 B
HLSL
5 lines
103 B
HLSL
float4 MainPS(float4 position : SV_Position, float4 color : COLOR0) : SV_Target0
|
|
{
|
|
return color;
|
|
}
|