diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
