The open source OpenXR runtime
0
fork

Configure Feed

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

c/util: Change swapchain index used in do_mesh_from_proj

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

+1 -1
+1 -1
src/xrt/compositor/util/comp_render_gfx.c
··· 772 772 for (uint32_t i = 0; i < d->view_count; i++) { 773 773 const uint32_t array_index = vds[i]->sub.array_index; 774 774 775 - const struct comp_swapchain_image *image = get_layer_image(layer, 0, vds[i]->sub.image_index); 775 + const struct comp_swapchain_image *image = get_layer_image(layer, i, vds[i]->sub.image_index); 776 776 777 777 struct xrt_pose src_pose; 778 778 struct xrt_fov src_fov;