1
0
Fork 0
godot/servers/visual
lawnjelly 910ddd13c4 Batching - Add MultiRect command
Large groups of similar rects can be processed more efficiently using the MultiRect command. Processing common to the group can be done as a one off, instead of per rect.

Adds the new API to VisualServerCanvas, and uses the new functionality from Font, BitmapFont, DynamicFont and TileMap, via the VisualServerCanvasHelper class.
2023-03-10 10:58:04 +00:00
..
portals One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
SCsub Portal occlusion culling 2021-07-14 11:43:23 +01:00
rasterizer.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
rasterizer.h Batching - Add MultiRect command 2023-03-10 10:58:04 +00:00
shader_language.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
shader_language.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
shader_types.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
shader_types.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_canvas.cpp Batching - Add MultiRect command 2023-03-10 10:58:04 +00:00
visual_server_canvas.h Batching - Add MultiRect command 2023-03-10 10:58:04 +00:00
visual_server_canvas_helper.cpp Batching - Add MultiRect command 2023-03-10 10:58:04 +00:00
visual_server_canvas_helper.h Batching - Add MultiRect command 2023-03-10 10:58:04 +00:00
visual_server_globals.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_globals.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_raster.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_raster.h Batching - Add MultiRect command 2023-03-10 10:58:04 +00:00
visual_server_scene.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_scene.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_viewport.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_viewport.h One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_wrap_mt.cpp One Copyright Update to rule them all 2023-01-10 15:26:54 +01:00
visual_server_wrap_mt.h Batching - Add MultiRect command 2023-03-10 10:58:04 +00:00