Skip to content

Commit

Permalink
Rename VK_PRESENT_STAGE_IMAGE_HANDOFF
Browse files Browse the repository at this point in the history
The name was deemed particularly confusing.

Proposed new name is VK_PRESENT_STAGE_QUEUE_OPERATIONS_END
  • Loading branch information
nvlduc committed Mar 15, 2024
1 parent 3f3aadb commit d525fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions appendices/VK_EXT_present_timing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ artifacts.
3) How to deal with changes in timing properties?

*RESOLVED*: The slink:VkPastPresentationTimingEXT structure that is
returned by flink:vkGetPastPresentationTimingEXT will contain
pname:timeDomainChanged, which will be ename:VK_TRUE if the time
returned by flink:vkGetPastPresentationTimingEXT contains
pname:timeDomainChanged, which is ename:VK_TRUE if the time
domain enabled for the swapchain is not currently available.

An example of why display timing properties can change is if a surface
Expand Down Expand Up @@ -248,5 +248,4 @@ Split it out into its own extension and define the interaction here.

* Revision 5, 2024-02-10 (Lionel Duc)
** Move swapchain state into per-present struct, removing the need for vkSetSwapchainTimingEXT
** Add synchronous behavior to vkGetPastPresentationTimingEXT
** Add stage-local time domain
2 changes: 1 addition & 1 deletion xml/vk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10847,7 +10847,7 @@ typedef void* <name>MTLSharedEvent_id</name>;
<enum bitpos="0" name="VK_PHYSICAL_DEVICE_SCHEDULING_CONTROLS_SHADER_CORE_COUNT_ARM"/>
</enums>
<enums name="VkPresentStageFlagBitsEXT" type="bitmask">
<enum bitpos="0" name="VK_PRESENT_STAGE_IMAGE_HANDOFF_BIT_EXT"/>
<enum bitpos="0" name="VK_PRESENT_STAGE_QUEUE_OPERATIONS_END_BIT_EXT"/>
<enum bitpos="1" name="VK_PRESENT_STAGE_IMAGE_LATCHED_BIT_EXT"/>
<enum bitpos="2" name="VK_PRESENT_STAGE_IMAGE_FIRST_PIXEL_OUT_BIT_EXT"/>
<enum bitpos="3" name="VK_PRESENT_STAGE_IMAGE_FIRST_PIXEL_VISIBLE_BIT_EXT"/>
Expand Down

0 comments on commit d525fc7

Please sign in to comment.