Shadows - need to fix frame buffers

This commit is contained in:
Confideo-IOM
2026-07-28 00:26:04 +01:00
parent 3810f74e81
commit d48097c645
54 changed files with 623 additions and 100 deletions
@@ -11,7 +11,8 @@ struct HydraShadowSourceComponent
uint32_t padding0;
float near_plane[8];
float far_plane[8];
glm::mat4 projection[6];
glm::mat4 light_space_proj[6];
glm::mat4 light_space_view[6];
};
#endif /* HYDRACASTERCOMPONENT */