The open source OpenXR runtime
0
fork

Configure Feed

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

st/oxr: Fix typo

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

+1 -1
+1 -1
src/xrt/state_trackers/oxr/oxr_swapchain.c
··· 206 206 u_index_fifo_push(&sc->acquired.fifo, index); 207 207 sc->images[index].state = OXR_IMAGE_STATE_ACQUIRED; 208 208 209 - // If the compositor is resuing the image, 209 + // If the compositor is reusing the image, 210 210 // mark it as invalid to use in xrEndFrame. 211 211 if (sc->released.index == (int)index) { 212 212 sc->released.yes = false;