mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #7408 from Calinou/internal-rendering-architecture-fix-abbr-usage
This commit is contained in:
committed by
Max Hilbrunner
parent
7b522326da
commit
5e6a78df76
@@ -311,7 +311,7 @@ this.
|
||||
ensure shader compilation doesn't become too slow.
|
||||
|
||||
If you use ``if`` branching in a shader, performance may decrease as
|
||||
:abbr`VGPR (Vector General-Purpose Register)` usage will increase in the
|
||||
:abbr:`VGPR (Vector General-Purpose Register)` usage will increase in the
|
||||
shader. This happens even if all pixels evaluate to ``true`` or ``false`` in
|
||||
a given frame.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user