mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-20 07:50:43 +02:00
docs/nvk: Update the NVK_DEBUG docs
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27885>
This commit is contained in:
parent
bc8df338ca
commit
d6638e89fd
1 changed files with 5 additions and 1 deletions
|
|
@ -30,13 +30,17 @@ specific to NVK:
|
|||
:envvar:`NVK_DEBUG`:
|
||||
a comma-separated list of named flags, which do various things:
|
||||
|
||||
``push_dump``
|
||||
``push``
|
||||
Dumps all pusbufs to stderr on submit. This requires that
|
||||
``push_sync`` also be set.
|
||||
``push_sync``
|
||||
Waits for submit to complete before continuing
|
||||
``zero_memory``
|
||||
Zeros all VkDeviceMemory objects upon creation
|
||||
``vm``
|
||||
Logs VM binds and unbinds
|
||||
``no_cbuf``
|
||||
Disables automatic promotion of UBOs to constant buffers
|
||||
|
||||
:envvar:`NVK_I_WANT_A_BROKEN_VULKAN_DRIVER`
|
||||
If defined to ``1`` or ``true``, this will enable enumeration of all
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue