Tesseract-Engine/assets/shaders/Depth.frag
2025-01-01 13:04:56 -06:00

7 lines
93 B
GLSL

#version 330 core
void main()
{
// Depth is automatically written to the depth buffer
}