The open source OpenXR runtime
0
fork

Configure Feed

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

c/main: Fix projection layer flags not getting set

+1
+1
src/xrt/compositor/main/comp_renderer.c
··· 492 492 comp_layer_set_flip_y(l, data->flip_y); 493 493 494 494 l->type = XRT_LAYER_STEREO_PROJECTION; 495 + l->flags = data->flags; 495 496 l->view_space = 496 497 (data->flags & XRT_LAYER_COMPOSITION_VIEW_SPACE_BIT) != 0; 497 498