Skip to content

Commit

Permalink
Remove the note about GLES2 exclusive 2D batching (#5051)
Browse files Browse the repository at this point in the history
Unified GLES3 / GLES2 was merged in 3.2.4 beta (3.3 stable)

godotengine/godot#42119
  • Loading branch information
umkralegal authored Jun 27, 2021
1 parent 96d9bd9 commit f230bb3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tutorials/optimization/batching.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ of work for the user in the GPU driver at the cost of more expensive draw calls.
As a result, applications can often be sped up by reducing the number of draw
calls.

.. note::

2D batching is currently only supported when using the GLES2 renderer.

Draw calls
^^^^^^^^^^

Expand Down

0 comments on commit f230bb3

Please sign in to comment.