From 3d9f7c70dd02431fa95c2fbe2f8b0b494c6df7cd Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Wed, 16 May 2018 22:31:31 +0200 Subject: [PATCH] [general] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ceeb3a8c..f80a1d89 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Additionally, `DXVK_HUD=1` has the same effect as `DXVK_HUD=devinfo,fps`. ### Debugging The following environment variables can be used for **debugging** purposes. -- `DXVK_DEBUG_LAYERS=1` Enables Vulkan debug layers. Highly recommended for troubleshooting rendering issues and driver crashes. Requires the Vulkan SDK to be installed and set up within the wine prefix (`winetricks vulkansdk`). +- `VK_INSTANCE_LAYERS=VK_LAYER_LUNARG_standard_validation` Enables Vulkan debug layers. Highly recommended for troubleshooting rendering issues and driver crashes. Requires the Vulkan SDK to be installed on the host system. - `DXVK_CUSTOM_VENDOR_ID=` Specifies a custom PCI vendor ID - `DXVK_CUSTOM_DEVICE_ID=` Specifies a custom PCI device ID - `DXVK_LOG_LEVEL=none|error|warn|info|debug` Controls message logging