// depth_fragment_shader.fs #version 330 core // Inputs from Vertex Shader in vec4 FragPosLightSpace; // Output void main() { // The depth value is automatically written to the depth buffer // No need to output any color }