summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/rhi/qrhi/data/simple.frag
blob: 2aa500e09a94dec2a3a6af7f7560c2b0b18efd1c (plain)
1
2
3
4
5
6
7
8
#version 440

layout(location = 0) out vec4 fragColor;

void main()
{
    fragColor = vec4(1.0, 0.0, 0.0, 1.0);
}