aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-12-29 14:57:48 -0700
committerJon Ashburn <jon@lunarg.com>2015-12-29 14:57:48 -0700
commitfd18d28f99c3b2b8f788a840522c4a9eab03057e (patch)
tree211cae150a68ea6ec2d43d1ba934399da9b90230 /include
parent14fd9b8284ef809189c4ff7558637d79061924ae (diff)
downloadusermoji-fd18d28f99c3b2b8f788a840522c4a9eab03057e.tar.xz
misc: Bump header to 212.1
Adds rest of version 212 changes (timestamp in DeviceLimits) that wasn't in the 217 WSI header updates.
Diffstat (limited to 'include')
-rw-r--r--include/vulkan/vulkan.h3
1 files changed, 2 insertions, 1 deletions
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;