diff options
Diffstat (limited to 'layers/swapchain.cpp')
| -rw-r--r-- | layers/swapchain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/swapchain.cpp b/layers/swapchain.cpp index 255fb1d5..a60ed206 100644 --- a/layers/swapchain.cpp +++ b/layers/swapchain.cpp @@ -58,10 +58,10 @@ VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceExtensionPrope static const VkLayerProperties swapchain_global_layers[] = { { - "Swapchain", + "swapchain", VK_API_VERSION, VK_MAKE_VERSION(0, 1, 0), - "Validation layer: Swapchain", + "Validation layer: swapchain", } }; |
