From 1f221b264ed51952fcecd34af0bfa405b0f27734 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Fri, 26 Jun 2015 16:43:44 -0600 Subject: layers: Do not advertise support for WSI Layers that do not implement WSI features yet can 'trace' WSI calls do not need to advertise WSI as an extension. Any WSI calls made will land in the layer if it hooks those calls. Otherwise should not care about WSI. --- layers/screenshot.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'layers/screenshot.cpp') diff --git a/layers/screenshot.cpp b/layers/screenshot.cpp index a1021698..d46205b3 100644 --- a/layers/screenshot.cpp +++ b/layers/screenshot.cpp @@ -328,12 +328,6 @@ static const VkExtensionProperties ssExts[SCREENSHOT_LAYER_EXT_ARRAY_SIZE] = { "ScreenShot", 0x10, "Layer: ScreenShot", - }, - { - VK_STRUCTURE_TYPE_EXTENSION_PROPERTIES, - VK_WSI_LUNARG_EXTENSION_NAME, - 0x10, - "Layer: Screenshot", } }; -- cgit v1.2.3