From fd18d28f99c3b2b8f788a840522c4a9eab03057e Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Tue, 29 Dec 2015 14:57:48 -0700 Subject: misc: Bump header to 212.1 Adds rest of version 212 changes (timestamp in DeviceLimits) that wasn't in the 217 WSI header updates. --- include/vulkan/vulkan.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/vulkan') diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index 0552ce08..4d3e51f1 100644 --- a/include/vulkan/vulkan.h +++ b/include/vulkan/vulkan.h @@ -41,7 +41,7 @@ extern "C" { ((major << 22) | (minor << 12) | patch) // Vulkan API version supported by this file -#define VK_API_VERSION VK_MAKE_VERSION(0, 211, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 212, 1) #define VK_NULL_HANDLE 0 @@ -1304,6 +1304,7 @@ typedef struct VkPhysicalDeviceLimits { VkSampleCountFlags sampledImageStencilSampleCounts; VkSampleCountFlags storageImageSampleCounts; uint32_t maxSampleMaskWords; + VkBool32 timestampComputeAndGraphics; float timestampPeriod; uint32_t maxClipDistances; uint32_t maxCullDistances; -- cgit v1.2.3