summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/hlsl.max.frag
blob: 6d1ea0b1291d0f755c15ca5fe798616d1017538e (plain)
1
2
3
4
float4 PixelShaderFunction(float4 input1, float4 input2) : COLOR0
{
    return max(input1, input2);
}