Skip to content

Commit

Permalink
[Backport of pull/57437] DOCG-4814. Clarified the rendering layer cou…
Browse files Browse the repository at this point in the history
…nt point in performance impact.

[Backport of pull/57437] DOCG-4814. Clarified the rendering layer count point in performance impact.
  • Loading branch information
oleks-k authored and Evergreen committed Nov 28, 2024
1 parent fc37208 commit 22ca795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ This section contains information related to the impact of Rendering Layers on p

* When using Rendering Layers only for Lights in the Forward Rendering Path, the performance impact is insignificant.

* Performance impact grows more significantly when the Rendering Layer count exceeds a multiple of 8. For example: increasing the layer count from 8 to 9 layers has a bigger relative impact than increasing the layer count from 9 to 10 layers.
* Performance impact grows more significantly when the Rendering Layer count exceeds a multiple of 8. For example: increasing the layer count from 8 to 9 layers has a bigger relative impact than increasing the layer count from 9 to 10 layers. The same consideration applies to increasing the count from 16 to 17, from 24 to 25 and so on.

0 comments on commit 22ca795

Please sign in to comment.