tangled
alpha
login
or
join now
matrixfurry.com
/
monado
0
fork
atom
The open source OpenXR runtime
0
fork
atom
overview
issues
pulls
pipelines
st/oxr: Format oxr_extension_support.h
Christoph Haag
2 years ago
7707c71b
23e5072b
+5
-1
1 changed file
expand all
collapse all
unified
split
src
xrt
state_trackers
oxr
oxr_extension_support.h
+5
-1
src/xrt/state_trackers/oxr/oxr_extension_support.h
···
418
418
#define OXR_EXTENSION_SUPPORT_FB_composition_layer_settings(_)
419
419
#endif
420
420
421
421
+
421
422
/*
422
423
* XR_FB_composition_layer_depth_test
423
424
*/
···
428
429
#else
429
430
#define OXR_EXTENSION_SUPPORT_FB_composition_layer_depth_test(_)
430
431
#endif
432
432
+
431
433
432
434
/*
433
435
* XR_FB_display_refresh_rate
···
439
441
#define OXR_EXTENSION_SUPPORT_FB_display_refresh_rate(_)
440
442
#endif
441
443
444
444
+
442
445
/*
443
446
* XR_FB_passthrough
444
447
*/
···
448
451
#else
449
452
#define OXR_EXTENSION_SUPPORT_FB_passthrough(_)
450
453
#endif
454
454
+
451
455
452
456
/*
453
457
* XR_ML_ml2_controller_interaction
···
677
681
OXR_EXTENSION_SUPPORT_FB_composition_layer_alpha_blend(_) \
678
682
OXR_EXTENSION_SUPPORT_FB_composition_layer_image_layout(_) \
679
683
OXR_EXTENSION_SUPPORT_FB_composition_layer_settings(_) \
680
680
-
OXR_EXTENSION_SUPPORT_FB_composition_layer_depth_test(_) \
684
684
+
OXR_EXTENSION_SUPPORT_FB_composition_layer_depth_test(_) \
681
685
OXR_EXTENSION_SUPPORT_FB_display_refresh_rate(_) \
682
686
OXR_EXTENSION_SUPPORT_FB_passthrough(_) \
683
687
OXR_EXTENSION_SUPPORT_ML_ml2_controller_interaction(_) \