From ac5a583b11400406b769a5100bf71ff6ced58de8 Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Sun, 3 Dec 2023 16:28:53 +0100 Subject: [PATCH] readme: Document VKD3D_SHADER_CONFIG. --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 664a2867..01078723 100644 --- a/README +++ b/README @@ -65,6 +65,11 @@ commas or semicolons. * VKD3D_DISABLE_EXTENSIONS - a list of Vulkan extensions that libvkd3d should not use even if available. + * VKD3D_SHADER_CONFIG - a list of options that change the behavior of + libvkd3d-shader. + * force_validation - Enable (additional) validation of libvkd3d-shader's + internal representation of shaders. + * VKD3D_SHADER_DEBUG - controls the debug level for log messages produced by libvkd3d-shader. See VKD3D_DEBUG for accepted values.