The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/vk: Comments

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2238>

authored by

Rylie Pavlik and committed by
Marge Bot
53bcd6eb 7ce4e8f6

+4
+4
src/xrt/auxiliary/vk/vk_cmd.h
··· 99 99 */ 100 100 struct vk_cmd_blit_images_side_by_side_info 101 101 { 102 + /// One each for left and right eyes/views. 103 + /// Populate from the swapchain view data and the swapchain image itself 102 104 struct 103 105 { 104 106 VkImageLayout old_layout; 105 107 VkAccessFlags src_access_mask; 108 + /// Depends on preceding compositor stage 106 109 VkPipelineStageFlags src_stage_mask; 110 + 107 111 struct xrt_rect rect; 108 112 struct vk_cmd_first_mip_image fm_image; 109 113 } src[2];