qt6windows7/tests/auto/gui/rhi/qrhi/data/simple.frag
2023-10-29 23:33:08 +01:00

9 lines
114 B
GLSL

#version 440
layout(location = 0) out vec4 fragColor;
void main()
{
fragColor = vec4(1.0, 0.0, 0.0, 1.0);
}