From b120d51d84bc9b0b763f39e20dd2f3b9e5fd5388 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Fri, 12 Feb 2016 13:22:04 -0700 Subject: layers: MR221: Update extension info to match json files --- layers/threading.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'layers/threading.cpp') diff --git a/layers/threading.cpp b/layers/threading.cpp index db59aa95..032e7c8f 100644 --- a/layers/threading.cpp +++ b/layers/threading.cpp @@ -204,7 +204,7 @@ static const VkLayerProperties globalLayerProps[] = { "Threading", VK_API_VERSION, // specVersion VK_MAKE_VERSION(0, 1, 0), // implVersion - "layer: Threading", + "Google Validation Layer", } }; @@ -219,9 +219,10 @@ static const VkLayerProperties deviceLayerProps[] = { "Threading", VK_API_VERSION, VK_MAKE_VERSION(0, 1, 0), - "layer: Threading", + "Google Validation Layer", } }; + VK_LAYER_EXPORT VkResult VKAPI_CALL vkEnumerateDeviceLayerProperties(VkPhysicalDevice physicalDevice, uint32_t *pCount, VkLayerProperties* pProperties) { return util_GetLayerProperties(ARRAY_SIZE(deviceLayerProps), deviceLayerProps, pCount, pProperties); -- cgit v1.2.3