Searched defs:LightProcessData (Results 1 – 1 of 1) sorted by relevance
161 struct LightProcessData { struct163 const CORE_NS::Entity& entity;164 const LightComponent& lightComponent;165 const BASE_NS::Math::Mat4X4& world;166 RenderScene& renderScene;190 void ProcessLight(const LightProcessData& lightProcessData); argument