From e96576872ebbd994f37a3500f7f0617699378bf2 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Mon, 22 May 2017 10:10:07 -0600 Subject: header: Update to 1.0.50 Vulkan version - updated include/vulkan/vulkan.h - updated scripts/vk.xml - updated layers json files - updated tests json files - build new verison of vulkan.hpp - code fixups for deprecated DebugReportError enum Note that this does NOT include any shader-checker support for the VK_AMD_texture_gather_bias_lod extension, as this requires glslang and SPIR-V updates. Change-Id: Ie01aed143f2fad065c86e2a27e46fe32ccb9e1f7 --- layers/linux/VkLayer_parameter_validation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/linux/VkLayer_parameter_validation.json') diff --git a/layers/linux/VkLayer_parameter_validation.json b/layers/linux/VkLayer_parameter_validation.json index 571fd5bd..fc13a430 100644 --- a/layers/linux/VkLayer_parameter_validation.json +++ b/layers/linux/VkLayer_parameter_validation.json @@ -4,7 +4,7 @@ "name": "VK_LAYER_LUNARG_parameter_validation", "type": "GLOBAL", "library_path": "./libVkLayer_parameter_validation.so", - "api_version": "1.0.49", + "api_version": "1.0.50", "implementation_version": "1", "description": "LunarG Validation Layer", "instance_extensions": [ -- cgit v1.2.3