The open source OpenXR runtime
0
fork

Configure Feed

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

c/render: Fix mangled comment

Partial revert of 2a513c14fe2c3dc6a3c00d3be652eac783f0b69e

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

+2 -1
+2 -1
src/xrt/compositor/render/render_gfx.c
··· 30 30 return rtr->r->vk; 31 31 } 32 32 33 - /*gfx_target_resources framebuffer@ref render_gfx. 33 + /*! 34 + * Get the @ref vk_bundle from @ref render_gfx. 34 35 */ 35 36 static inline struct vk_bundle * 36 37 vk_from_rr(struct render_gfx *rr)