Searched refs:LightProcessData (Results 1 – 2 of 2) sorted by relevance
142 struct LightProcessData { struct167 void ProcessLight(const LightProcessData& lightProcessData); argument169 void ProcessShadowCamera(const LightProcessData lightProcessData, RenderLight& light);
1661 void RenderSystem::ProcessLight(const LightProcessData& lpd) in ProcessLight()1700 void RenderSystem::ProcessShadowCamera(const LightProcessData lpd, RenderLight& light) in ProcessShadowCamera()1770 …const LightProcessData lpd { layerMask, row.entity, lightComponent, world, renderScene, spotLightI… in ProcessLights()