You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also reorder structure types to be consistent with most other extensions.
Fix some structures using old VkTimeDomainEXT instead of promoted VkTimeDomainKHR.
<member optional="true" len="timeDomainCount"><type>VkTimeDomainEXT</type>* <name>pTimeDomains</name><comment>Available time domains to use with the swapchain</comment></member>
3538
+
<member optional="true" len="timeDomainCount"><type>VkTimeDomainKHR</type>* <name>pTimeDomains</name><comment>Available time domains to use with the swapchain</comment></member>
3539
3539
<member optional="true" len="timeDomainCount"><type>uint64_t</type>* <name>pTimeDomainIds</name><comment>Unique identifier for a time domain</comment></member>
<member><type>uint64_t</type> <name>presentId</name><comment>Application-provided identifier, previously given to vkQueuePresentKHR</comment></member>
3562
3562
<member><type>uint32_t</type> <name>presentStageCount</name><comment>Number of present stages results available in pPresentStages</comment></member>
3563
3563
<member len="presentStageCount"><type>VkPresentStageTimeEXT</type>* <name>pPresentStages</name><comment>Reported timings for each present stage</comment></member>
3564
-
<member><type>VkTimeDomainEXT</type> <name>timeDomain</name><comment>Time domain of the present stages</comment></member>
3564
+
<member><type>VkTimeDomainKHR</type> <name>timeDomain</name><comment>Time domain of the present stages</comment></member>
3565
3565
<member><type>uint64_t</type> <name>timeDomainId</name><comment>Time domain id of the present stages</comment></member>
3566
3566
<member><type>VkBool32</type> <name>reportComplete</name><comment>VK_TRUE if all the present stages have been reported</comment></member>
<member><type>VkPresentTimeEXT</type> <name>time</name><comment>target present time or duration</comment></member>
3578
-
<member><type>uint32_t</type> <name>timeDomainId</name><comment>Time domain to interpret the target present time and collect present stages timings with</comment></member>
3578
+
<member><type>uint64_t</type> <name>timeDomainId</name><comment>Time domain to interpret the target present time and collect present stages timings with</comment></member>
3579
3579
<member><type>VkPresentStageFlagsEXT</type> <name>presentStageQueries</name><comment>Present stages to collect timing information for</comment></member>
3580
3580
<member><type>VkPresentStageFlagsEXT</type> <name>targetPresentStage</name><comment>Present stage to target with a target present time</comment></member>
3581
3581
<member><type>VkBool32</type> <name>presentAtRelativeTime</name><comment>Whether the specified VkPresentTimeEXT is a relative time</comment></member>
0 commit comments