#version 450 layout(early_fragment_tests) in; layout(location = 0) out vec4 FragColor; void main() { FragColor = vec4(1.0); }