The open source OpenXR runtime
0
fork

Configure Feed

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

c/eglimage_swapchain: Actually return created swapchain.

authored by

Lubosz Sarnecki and committed by
Ryan Pavlik
a8c7ac20 af4c6a8b

+1
+1
src/xrt/compositor/client/comp_gl_eglimage_swapchain.c
··· 308 308 } 309 309 } 310 310 311 + *out_sc = &sc->base; 311 312 return &sc->base.base.base; 312 313 }