Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down