blob: edf087deb4ef47724ea88207d31522ae1fc9174c [file]
float4 PixelShaderFunction(float4 input) : COLOR0
{
return sin(input);
}