aboutsummaryrefslogtreecommitdiff
path: root/layers/threading.cpp
diff options
context:
space:
mode:
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);