diff options
Diffstat (limited to 'layers')
| -rw-r--r-- | layers/swapchain.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/layers/swapchain.h b/layers/swapchain.h index 94bcc841..756daaea 100644 --- a/layers/swapchain.h +++ b/layers/swapchain.h @@ -35,25 +35,6 @@ #include <vector> #include <unordered_map> -static const VkLayerProperties globalLayerProps[] = { - { - "VK_LAYER_LUNARG_swapchain", - VK_API_VERSION, // specVersion - VK_MAKE_VERSION(0, 1, 0), // implementationVersion - "layer: swapchain", - } -}; - -static const VkLayerProperties deviceLayerProps[] = { - { - "VK_LAYER_LUNARG_swapchain", - VK_API_VERSION, // specVersion - VK_MAKE_VERSION(0, 1, 0), // implementationVersion - "layer: swapchain", - } -}; - - using namespace std; |
