Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/engines/eevee/eevee_lightprobes.c
| Context not available. | |||||
| /* Rendering happens here! */ | /* Rendering happens here! */ | ||||
| eevee_lightbake_render_scene_to_planars(sldata, vedata); | eevee_lightbake_render_scene_to_planars(sldata, vedata); | ||||
| /* Make sure no aditionnal visibility check runs after this. */ | /* Make sure no additional visibility check runs after this. */ | ||||
| pinfo->vis_data.collection = NULL; | pinfo->vis_data.collection = NULL; | ||||
| DRW_uniformbuffer_update(sldata->planar_ubo, &sldata->probes->planar_data); | DRW_uniformbuffer_update(sldata->planar_ubo, &sldata->probes->planar_data); | ||||
| Context not available. | |||||