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>
3504
+
<member optional="true" len="timeDomainCount"><type>VkTimeDomainKHR</type>* <name>pTimeDomains</name><comment>Available time domains to use with the swapchain</comment></member>
3505
3505
<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>
3528
3528
<member><type>uint32_t</type> <name>presentStageCount</name><comment>Number of present stages results available in pPresentStages</comment></member>
3529
3529
<member len="presentStageCount"><type>VkPresentStageTimeEXT</type>* <name>pPresentStages</name><comment>Reported timings for each present stage</comment></member>
3530
-
<member><type>VkTimeDomainEXT</type> <name>timeDomain</name><comment>Time domain of the present stages</comment></member>
3530
+
<member><type>VkTimeDomainKHR</type> <name>timeDomain</name><comment>Time domain of the present stages</comment></member>
3531
3531
<member><type>uint64_t</type> <name>timeDomainId</name><comment>Time domain id of the present stages</comment></member>
3532
3532
<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>
3544
-
<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>
3544
+
<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>
3545
3545
<member><type>VkPresentStageFlagsEXT</type> <name>presentStageQueries</name><comment>Present stages to collect timing information for</comment></member>
3546
3546
<member><type>VkPresentStageFlagsEXT</type> <name>targetPresentStage</name><comment>Present stage to target with a target present time</comment></member>
3547
3547
<member><type>VkBool32</type> <name>presentAtRelativeTime</name><comment>Whether the specified VkPresentTimeEXT is a relative time</comment></member>
0 commit comments