Skip to content

Commit 2c08d1a

Browse files
committed
Update 2D batching notice in Internal rendering architecture for Godot 4.4
1 parent 0b174c6 commit 2c08d1a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

contributing/development/core_and_modules/internal_rendering_architecture.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -426,13 +426,7 @@ release.
426426
2D light rendering is performed in a single pass to allow for better performance
427427
with large amounts of lights.
428428

429-
.. UPDATE: Planned feature. When Forward+ and Mobile feature 2D batching,
430-
.. update this.
431-
432-
The Forward+ and Mobile rendering methods don't feature 2D batching yet, but
433-
it's planned for a future release.
434-
435-
The Compatibility renderer features 2D batching to improve performance, which is
429+
All rendering methods feature 2D batching to improve performance, which is
436430
especially noticeable with lots of text on screen.
437431

438432
MSAA can be enabled in 2D to provide "automatic" line and polygon antialiasing,

0 commit comments

Comments
 (0)