aboutsummaryrefslogtreecommitdiff
path: root/layers/core_validation.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/core_validation.cpp
parentcd4bfc0060c4f2126f4b57e7f0180ed30fa024d8 (diff)
downloadusermoji-6b501fb701599a9748ab3b87b1e64d842e9ac623.tar.xz
misc: Update to header version 1.0.6
Change-Id: Idf7a9d40278b796e16effa54e9b60668d275b8ec
Diffstat (limited to 'layers/core_validation.cpp')
-rw-r--r--layers/core_validation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp
index aa6c38a3..501f3878 100644
--- a/layers/core_validation.cpp
+++ b/layers/core_validation.cpp
@@ -163,7 +163,7 @@ struct layer_data {
};
static const VkLayerProperties cv_global_layers[] = {{
- "VK_LAYER_LUNARG_core_validation", VK_API_VERSION, 1, "LunarG Validation Layer",
+ "VK_LAYER_LUNARG_core_validation", VK_LAYER_API_VERSION, 1, "LunarG Validation Layer",
}};
template <class TCreateInfo> void ValidateLayerOrdering(const TCreateInfo &createInfo) {
@@ -4825,7 +4825,7 @@ vkEnumerateInstanceLayerProperties(uint32_t *pCount, VkLayerProperties *pPropert
// TODO: Why does this exist - can we just use global?
static const VkLayerProperties cv_device_layers[] = {{
- "VK_LAYER_LUNARG_core_validation", VK_API_VERSION, 1, "LunarG Validation Layer",
+ "VK_LAYER_LUNARG_core_validation", VK_LAYER_API_VERSION, 1, "LunarG Validation Layer",
}};
VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateDeviceExtensionProperties(VkPhysicalDevice physicalDevice,