refactor(render): rename depth player shaders to depth model and clean up

This commit is contained in:
2026-07-24 19:53:35 +08:00
parent 94fed9a810
commit 3e7ce71219
4 changed files with 3 additions and 4 deletions

View File

@@ -7,7 +7,6 @@ uniform mat4 lightSpaceMatrix;
uniform mat4 modelMatrix;
out vec2 tc;
flat out int tex_layer;
void main() {
tc = texCoord;