mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 09:48:07 +02:00
docs: fix RADV_DEBUG=nonggc description
NGG culling is only enabled by default on GFX10.3. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27518>
This commit is contained in:
parent
932b9e6a23
commit
877d9678f5
1 changed files with 1 additions and 1 deletions
|
|
@ -1277,7 +1277,7 @@ RADV driver environment variables
|
|||
``nongg``
|
||||
disable NGG for GFX10 and GFX10.3
|
||||
``nonggc``
|
||||
disable NGG culling on GPUs where it's enabled by default (GFX10.3+ only).
|
||||
disable NGG culling on GPUs where it's enabled by default (GFX10.3 only).
|
||||
``nort``
|
||||
skip executing vkCmdTraceRays and ray queries (RT extensions will still be
|
||||
advertised)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue