diff options
| author | Chia-I Wu <olv@lunarg.com> | 2015-10-26 19:27:21 +0800 |
|---|---|---|
| committer | Chia-I Wu <olv@lunarg.com> | 2015-10-30 20:49:23 +0800 |
| commit | 581037946e911ebe5ff1d060b49e34f364af6bcd (patch) | |
| tree | efe0b9d2b72990e754eb243eb6894b88f756b984 /include | |
| parent | 6399b9d7832cdf410b2bcaf54ba92d0805722d32 (diff) | |
| download | usermoji-581037946e911ebe5ff1d060b49e34f364af6bcd.tar.xz | |
bug 14822: timestampFrequency underspecified (WIP)
Replaced by timestampPeriod, number of nanoseconds per tick.
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14822
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 6ac95aff..6977c12c 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1261,7 +1261,7 @@ typedef struct { uint32_t maxSampledImageIntegerSamples; uint32_t maxStorageImageSamples; uint32_t maxSampleMaskWords; - uint64_t timestampFrequency; + float timestampPeriod; uint32_t maxClipDistances; uint32_t maxCullDistances; uint32_t maxCombinedClipAndCullDistances; |
