aboutsummaryrefslogtreecommitdiff
path: root/layers/screenshot.cpp
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-26 16:43:44 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-29 11:28:17 -0600
commit1f221b264ed51952fcecd34af0bfa405b0f27734 (patch)
treeef9ef26220d3d259c84f71cc01840b553fa6cd69 /layers/screenshot.cpp
parent0ddf06ff5c6d5991a8d5906acd6e0b687211c47c (diff)
downloadusermoji-1f221b264ed51952fcecd34af0bfa405b0f27734.tar.xz
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.
Diffstat (limited to 'layers/screenshot.cpp')
-rw-r--r--layers/screenshot.cpp6
1 files changed, 0 insertions, 6 deletions
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",
}
};