float4 PixelShaderFunction(float4 input) : COLOR0
{
    return sin(input);
}