docs/nvk: Update the NVK_DEBUG docs
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27885>
This commit is contained in:

committed by
Marge Bot

parent
bc8df338ca
commit
d6638e89fd
@@ -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
|
||||
|
Reference in New Issue
Block a user