From 186896bfabebf0f4cc43d8f39d436f993533de8d Mon Sep 17 00:00:00 2001 From: Lenny Komow Date: Fri, 23 Feb 2018 11:28:38 -0700 Subject: Revert "loader: Only return ext pointers if ext is enabled" This reverts commit 4537090525b430e2bc059cc59c7de3c80a7e7e6e. --- loader/loader.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'loader/loader.h') diff --git a/loader/loader.h b/loader/loader.h index aa9a8554..8abc034a 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -312,8 +312,6 @@ struct loader_instance { bool wsi_ios_surface_enabled; #endif bool wsi_display_enabled; - bool wsi_swapchain_enabled; - bool wsi_display_swapchain_enabled; }; // VkPhysicalDevice requires special treatment by loader. Firstly, terminator -- cgit v1.2.3