aboutsummaryrefslogtreecommitdiff
path: root/layers/threading.cpp
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtneygo@google.com>2016-02-12 13:22:04 -0700
committerJon Ashburn <jon@lunarg.com>2016-02-18 14:48:31 -0700
commitb120d51d84bc9b0b763f39e20dd2f3b9e5fd5388 (patch)
treeab127636defc8542f606e942381f3cc1a9b3bc17 /layers/threading.cpp
parentdb476ba236a912e2ed76458fd65b306fe8ce36cd (diff)
downloadusermoji-b120d51d84bc9b0b763f39e20dd2f3b9e5fd5388.tar.xz
layers: MR221: Update extension info to match json files
Diffstat (limited to 'layers/threading.cpp')
-rw-r--r--layers/threading.cpp5
1 files changed, 3 insertions, 2 deletions
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);