···9999 */
100100struct vk_cmd_blit_images_side_by_side_info
101101{
102102+ /// One each for left and right eyes/views.
103103+ /// Populate from the swapchain view data and the swapchain image itself
102104 struct
103105 {
104106 VkImageLayout old_layout;
105107 VkAccessFlags src_access_mask;
108108+ /// Depends on preceding compositor stage
106109 VkPipelineStageFlags src_stage_mask;
110110+107111 struct xrt_rect rect;
108112 struct vk_cmd_first_mip_image fm_image;
109113 } src[2];