diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-26 16:43:44 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-29 11:28:17 -0600 |
| commit | 1f221b264ed51952fcecd34af0bfa405b0f27734 (patch) | |
| tree | ef9ef26220d3d259c84f71cc01840b553fa6cd69 /layers/screenshot.cpp | |
| parent | 0ddf06ff5c6d5991a8d5906acd6e0b687211c47c (diff) | |
| download | usermoji-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.cpp | 6 |
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", } }; |
