// XC_BUILTIN_DEPTH_ONLY_OPENGL_PS #version 430 layout(location = 0) out vec4 fragColor; void main() { fragColor = vec4(0.0); }