aboutsummaryrefslogtreecommitdiff
path: root/layers/threading.cpp
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2016-03-22 12:57:13 -0600
committerJon Ashburn <jon@lunarg.com>2016-03-22 14:18:54 -0600
commit6b501fb701599a9748ab3b87b1e64d842e9ac623 (patch)
tree8724977b524b4dc6825b54bf52e490237f4a4d43 /layers/threading.cpp
parentcd4bfc0060c4f2126f4b57e7f0180ed30fa024d8 (diff)
downloadusermoji-6b501fb701599a9748ab3b87b1e64d842e9ac623.tar.xz
misc: Update to header version 1.0.6
Change-Id: Idf7a9d40278b796e16effa54e9b60668d275b8ec
Diffstat (limited to 'layers/threading.cpp')
-rw-r--r--layers/threading.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/threading.cpp b/layers/threading.cpp
index e7c4b396..a75bcdc5 100644
--- a/layers/threading.cpp
+++ b/layers/threading.cpp
@@ -160,7 +160,7 @@ vkEnumerateInstanceExtensionProperties(const char *pLayerName, uint32_t *pCount,
static const VkLayerProperties globalLayerProps[] = {{
"VK_LAYER_GOOGLE_threading",
- VK_API_VERSION, // specVersion
+ VK_LAYER_API_VERSION, // specVersion
1, "Google Validation Layer",
}};
@@ -170,7 +170,7 @@ VK_LAYER_EXPORT VkResult VKAPI_CALL vkEnumerateInstanceLayerProperties(uint32_t
static const VkLayerProperties deviceLayerProps[] = {{
"VK_LAYER_GOOGLE_threading",
- VK_API_VERSION, // specVersion
+ VK_LAYER_API_VERSION, // specVersion
1, "Google Validation Layer",
}};