summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/hlsl.sin.frag
blob: edf087deb4ef47724ea88207d31522ae1fc9174c (plain)
1
2
3
4
float4 PixelShaderFunction(float4 input) : COLOR0
{
    return sin(input);
}