From 4fb350460432461923c9f051a7e96f04b75ab69c Mon Sep 17 00:00:00 2001 From: Xuelian Bai Date: Sat, 2 Apr 2022 16:24:56 +0800 Subject: Load implicit layer as default By removing enable_environment, implicit layer will be loaded as default Change-Id: I263421432fa0a68429dd4e615013d4175538c3e1 Signed-Off-by: Xuelian Bai --- layer/VkLayer_window_system_integration.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/layer/VkLayer_window_system_integration.json b/layer/VkLayer_window_system_integration.json index 3cf22d4..7442730 100644 --- a/layer/VkLayer_window_system_integration.json +++ b/layer/VkLayer_window_system_integration.json @@ -36,11 +36,8 @@ {"name" : "VK_KHR_surface_protected_capabilities", "spec_version" : "1"}, {"name" : "VK_EXT_display_surface_counter", "spec_version" : "1"} ], - "enable_environment": { - "ENABLE_WSI_LAYER": "1" - }, - "disable_environment": { - "DISABLE_WSI_LAYER": "1" + "disable_environment": { + "DISABLE_WSI_LAYER": "0" } } } -- cgit v1.2.3