The open source OpenXR runtime
0
fork

Configure Feed

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

cmake: disable XRT_FEATURE_OPENXR_LAYER_FB_IMAGE_LAYOUT by default

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

authored by

Simon Zeni and committed by
Simon Zeni
4a6f62fe 58add75b

+1 -1
+1 -1
CMakeLists.txt
··· 446 446 set(XRT_FEATURE_OPENXR_LAYER_FB_ALPHA_BLEND OFF) 447 447 endif() 448 448 if(NOT DEFINED XRT_FEATURE_OPENXR_LAYER_FB_IMAGE_LAYOUT) 449 - set(XRT_FEATURE_OPENXR_LAYER_FB_IMAGE_LAYOUT ON) 449 + set(XRT_FEATURE_OPENXR_LAYER_FB_IMAGE_LAYOUT OFF) 450 450 endif() 451 451 if(NOT DEFINED XRT_FEATURE_OPENXR_LAYER_FB_SETTINGS) 452 452 set(XRT_FEATURE_OPENXR_LAYER_FB_SETTINGS OFF)