From 8a4866e07d75c2d90469d62c72111e73638967e8 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Mon, 19 Oct 2015 16:03:32 -0600 Subject: bug-14808: report number of valid bits in timesamps --- include/vulkan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vulkan.h b/include/vulkan.h index 32fb4a67..b5e5a24d 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1331,7 +1331,7 @@ typedef struct { typedef struct { VkQueueFlags queueFlags; uint32_t queueCount; - VkBool32 supportsTimestamps; + uint32_t timestampValidBits; } VkQueueFamilyProperties; typedef struct { -- cgit v1.2.3