Tesseract-Engine/assets/shaders/Depth.frag

7 lines
93 B
GLSL
Raw Normal View History

2024-12-31 21:45:24 +00:00
#version 330 core
2025-01-01 19:04:56 +00:00
2024-12-31 21:45:24 +00:00
void main()
{
2025-01-01 19:04:56 +00:00
// Depth is automatically written to the depth buffer
2024-12-31 21:45:24 +00:00
}