Merge branch 'blender-v4.2-release'

This commit is contained in:
Miguel Pozo
2024-06-25 17:59:08 +02:00

View File

@@ -576,7 +576,7 @@ void LightModule::set_view(View &view, const int2 extent)
culling_data_buf_.push_update();
inst_.manager->submit(culling_ps_, view);
inst_.manager->submit(update_ps_);
inst_.manager->submit(update_ps_, view);
}
void LightModule::debug_draw(View &view, GPUFrameBuffer *view_fb)