Skip to content

Commit

Permalink
Merge pull request #41893 from Calinou/doc-batching-gles2-only
Browse files Browse the repository at this point in the history
Document that batching is only effective when using the GLES2 renderer
  • Loading branch information
akien-mga authored Sep 9, 2020
2 parents 8c5ed68 + 2bc6298 commit 49b3750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/classes/ProjectSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -993,9 +993,11 @@
</member>
<member name="rendering/batching/options/use_batching" type="bool" setter="" getter="" default="true">
Turns batching on and off. Batching increases performance by reducing the amount of graphics API drawcalls.
[b]Note:[/b] Currently only effective when using the GLES2 renderer.
</member>
<member name="rendering/batching/options/use_batching_in_editor" type="bool" setter="" getter="" default="true">
Switches on batching within the editor.
[b]Note:[/b] Currently only effective when using the GLES2 renderer.
</member>
<member name="rendering/batching/parameters/batch_buffer_size" type="int" setter="" getter="" default="16384">
Size of buffer reserved for batched vertices. Larger size enables larger batches, but there are diminishing returns for the memory used. This should only have a minor effect on performance.
Expand Down

0 comments on commit 49b3750

Please sign in to comment.