diff options
Diffstat (limited to 'layers/basic.cpp')
| -rw-r--r-- | layers/basic.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/basic.cpp b/layers/basic.cpp index 74f22b18..77b08c05 100644 --- a/layers/basic.cpp +++ b/layers/basic.cpp @@ -36,8 +36,8 @@ static const VkLayerProperties globalLayerProps[] = { { "VK_LAYER_LUNARG_basic", VK_API_VERSION, // specVersion - VK_MAKE_VERSION(0, 1, 0), // implementationVersion - "layer: basic", + 1, // implementationVersion + "LunarG Sample Layer", } }; |
