godot/servers/visual
lawnjelly 3c2df49832 Fix Occluder to properly share resources
In order to properly support the resource sharing paradigm, Occluders are split into Instances and Resources in the VisualServer. Instances are owned by a Scenario, and Resources are global. OccluderShape resources can now correctly be shared by multiple OccluderInstances.
2022-02-16 09:55:11 +00:00
..
portals Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
rasterizer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rasterizer.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub Portal occlusion culling 2021-07-14 11:43:23 +01:00
shader_language.cpp Fix typos with codespell 2022-02-11 09:50:59 +01:00
shader_language.h Backport some changes to 3.x shaders 2022-01-25 10:34:57 +03:00
shader_types.cpp Backport some changes to 3.x shaders 2022-01-25 10:34:57 +03:00
shader_types.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_server_canvas.cpp Add editor vital redraws only option 2022-02-02 11:26:45 +00:00
visual_server_canvas.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_server_globals.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_server_globals.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_server_raster.cpp Add editor vital redraws only option 2022-02-02 11:26:45 +00:00
visual_server_raster.h Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
visual_server_scene.cpp Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
visual_server_scene.h Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
visual_server_viewport.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_server_viewport.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
visual_server_wrap_mt.cpp Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
visual_server_wrap_mt.h Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00