From 6b501fb701599a9748ab3b87b1e64d842e9ac623 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Tue, 22 Mar 2016 12:57:13 -0600 Subject: misc: Update to header version 1.0.6 Change-Id: Idf7a9d40278b796e16effa54e9b60668d275b8ec --- layers/threading.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layers/threading.cpp') 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", }}; -- cgit v1.2.3