Removed old shadow map code

This commit is contained in:
2025-07-06 23:58:40 +02:00
parent c3a1686325
commit fdc568c4bc
2 changed files with 0 additions and 66 deletions

View File

@@ -41,8 +41,6 @@ Engine_Core :: struct {
directional_light_buffer : Buffer_Handle;
point_light_buffer : Buffer_Handle;
on_frustum_render: (Vector3, Vector3);
procs: struct {
on_scene_loaded: (*Scene, Engine_Mode);
on_pre_scene_loaded: (*Scene, Engine_Mode);