Spot works
This commit is contained in:
@@ -6,11 +6,13 @@
|
||||
struct HydraSpotShadowSourceComponent
|
||||
{
|
||||
uint32_t entity_id;
|
||||
uint32_t shadow_id;
|
||||
uint32_t shadow_texture_id;
|
||||
uint32_t frame_buffer_id;
|
||||
float far_plane;
|
||||
glm::mat4 light_space_proj;
|
||||
glm::mat4 light_space_view;
|
||||
uint32_t padding[3];
|
||||
alignas(16) glm::mat4 light_space_proj;
|
||||
alignas(16) glm::mat4 light_space_view;
|
||||
};
|
||||
|
||||
#endif /* HYDRASPOTSHADOWCOMPONENT */
|
||||
|
||||
Reference in New Issue
Block a user