From 85647152535203aec5a5e77872e3ca501136244a Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 26 Nov 2020 19:26:23 +0100 Subject: [PATCH] docs: document new zink-flag We forgot to document this previously, so let's add it now. Fixes: feb9462bb19 ("zink: Added inbuilt debug logging from the VK_LAYER_LUNARG_standard_validation layer.") Reviewed-By: Mike Blumenkrantz Part-of: --- docs/drivers/zink.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index e39ad3b1bba..f915bfee012 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -103,6 +103,8 @@ variable: current directory, and print a message with the filename to stderr. ``tgsi`` Print the TGSI form of TGSI shaders to stderr. +``validation`` + Dump Validation layer output. Vulkan Validation Layers ^^^^^^^^^^^^^^^^^^^^^^^^