3#include "EngineCore/Reflection/ComponentReflection.hpp"
4#include "EngineCore/ECS/Entity.hpp"
5#include "Common/Math.hpp"
8 namespace GraphicsAPI {
11 class DescriptorSetLayout;
14 class DepthStencilTarget;
19 Math::Matrix4 shadowMatrix;
24 float shadowResolution;
27 Math::Matrix4 shadowMatrix;
31 float shadowResolution;
45 REFLECT(
"DirectionalLight")
48 void SetupDirectionalLightComponent(entt::registry&, entt::entity);
49 void DestroyDirectionalLightComponent(entt::registry&, entt::entity);
Definition DepthStencilTarget.hpp:15
Definition DescriptorSetLayout.hpp:11
Definition DescriptorSet.hpp:11
Definition Framebuffer.hpp:19
Definition RenderPass.hpp:27
Definition DirectionalLightComponent.hpp:17
Definition FloatVectors.cs:108