From d947c17fc26edf6a58183c7890f1e1dd409889ea Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Wed, 18 Nov 2020 11:51:53 +0100 Subject: [PATCH] meta: Add missing VKD3D_DEBUG level to README. Signed-off-by: Hans-Kristian Arntzen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 948e8770..3314633d 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ commas or semicolons. - `VKD3D_CONFIG` - a list of options that change the behavior of vkd3d-proton. - vk_debug - enables Vulkan debug extensions and loads validation layer. - `VKD3D_DEBUG` - controls the debug level for log messages produced by - vkd3d-proton. Accepts the following values: none, err, fixme, warn, trace. + vkd3d-proton. Accepts the following values: none, err, info, fixme, warn, trace. - `VKD3D_SHADER_DEBUG` - controls the debug level for log messages produced by the shader compilers. See `VKD3D_DEBUG` for accepted values. - `VKD3D_LOG_FILE` - If set, redirects `VKD3D_DEBUG` logging output to a file instead.