The open source OpenXR runtime
0
fork

Configure Feed

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

st/oxr: define convert_compare_op only when OXR_HAVE_FB_composition_layer_depth_test is enabled

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

authored by

Simon Zeni and committed by
Simon Zeni
58add75b 7bbb6d68

+2
+2
src/xrt/state_trackers/oxr/oxr_session_frame_end.c
··· 129 129 return flags; 130 130 } 131 131 132 + #ifdef OXR_HAVE_FB_composition_layer_depth_test 132 133 static enum xrt_compare_op_fb 133 134 convert_compare_op(XrCompareOpFB xr_compare_op) 134 135 { ··· 144 145 default: return XRT_COMPARE_OP_MAX_ENUM_FB; 145 146 } 146 147 } 148 + #endif 147 149 148 150 static enum xrt_layer_eye_visibility 149 151 convert_eye_visibility(XrSwapchainUsageFlags xr_visibility)