diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-19 16:03:32 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-23 17:31:14 -0600 |
| commit | 8a4866e07d75c2d90469d62c72111e73638967e8 (patch) | |
| tree | 671d32326c0f8b6055b1c708fd8dba5cdc34d42a /include | |
| parent | 635d0e99e8d0139e646c4a38150a5b210f0c105b (diff) | |
| download | usermoji-8a4866e07d75c2d90469d62c72111e73638967e8.tar.xz | |
bug-14808: report number of valid bits in timesamps
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 { |
