diff options
Diffstat (limited to 'layers/swapchain.cpp')
| -rw-r--r-- | layers/swapchain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/swapchain.cpp b/layers/swapchain.cpp index 8502af0d..1888b48c 100644 --- a/layers/swapchain.cpp +++ b/layers/swapchain.cpp @@ -63,7 +63,7 @@ static const VkLayerProperties swapchain_global_layers[] = { { "swapchain", VK_API_VERSION, - VK_MAKE_VERSION(0, 1, 0), + 1, "Validation layer: swapchain", } }; |
