From 9f1c4c173338a113b0676bfde1ebb04db1041c8f Mon Sep 17 00:00:00 2001 From: David Harvey-Macaulay Date: Tue, 23 Nov 2021 13:27:02 +0000 Subject: [PATCH] Remove ENABLE_WSI_LAYER option By removing this option, the layer will be enabled by default. Signed-off-by: David Harvey-Macaulay Change-Id: I6d62e770d914098ad6f0d7d74fb45ce3f8fdbc01 --- layer/VkLayer_window_system_integration.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/layer/VkLayer_window_system_integration.json b/layer/VkLayer_window_system_integration.json index 71bfac0..2608168 100644 --- a/layer/VkLayer_window_system_integration.json +++ b/layer/VkLayer_window_system_integration.json @@ -32,9 +32,6 @@ ] } ], - "enable_environment": { - "ENABLE_WSI_LAYER": "1" - }, "disable_environment": { "DISABLE_WSI_LAYER": "1" } -- 2.34.1