refactor: move shadows-related code to separate module

This commit is contained in:
MihailRis
2025-07-29 00:29:55 +03:00
parent 70c5c67bd1
commit 8290c147c5
9 changed files with 317 additions and 243 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ public:
const std::shared_ptr<Chunk>& chunk, bool important
);
void drawChunksShadowsPass(
void drawShadowsPass(
const Camera& camera, Shader& shader, const Camera& playerCamera
);