diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 70aa7509562..3942d7c1647 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -227,6 +227,23 @@ are required to be supported * `VK_KHR_draw_indirect_count`_ +Performance +----------- + +If you notice poor performance and high CPU usage while running an application, +changing the descriptor manager may improve performance: + +.. envvar:: ZINK_DESCRIPTORS ("auto") + +``auto`` + Automatically detect best mode. This is the default. +``lazy`` + Disable caching and attempt to use the least amount of CPU. +``nofallback`` + Always use caching to try reducing GPU churn. +``notemplates`` + The same as `auto`, but disables the use of `VK_KHR_descriptor_templates`. + Debugging ---------