feat: shadow integration

This commit is contained in:
2025-10-11 20:15:31 +02:00
parent f56e524d05
commit bedd6c3ca0
12 changed files with 399 additions and 112 deletions

6
src/shaders/depth.fs Normal file
View File

@ -0,0 +1,6 @@
#version 410 core
void main()
{
// gl_FragDepth = gl_FragCoord.z;
}