doc: Document !2129

This commit is contained in:
Pingping Meng 2024-02-01 10:55:26 +08:00 committed by pingping meng
parent fd816c838f
commit b5df7f1761
4 changed files with 47 additions and 45 deletions

View file

@ -0,0 +1 @@
OpenXR: Add extension XR_FB_composition_layer_depth_test.

View file

@ -419,11 +419,12 @@
#endif
/*
* XR_FB_composition_layer_depth_test
*/
* XR_FB_composition_layer_depth_test
*/
#if defined(XR_FB_composition_layer_depth_test) && defined(XRT_FEATURE_OPENXR_LAYER_FB_DEPTH_TEST)
#define OXR_HAVE_FB_composition_layer_depth_test
#define OXR_EXTENSION_SUPPORT_FB_composition_layer_depth_test(_) _(FB_composition_layer_depth_test, FB_COMPOSITION_LAYER_DEPTH_TEST)
#define OXR_EXTENSION_SUPPORT_FB_composition_layer_depth_test(_) \
_(FB_composition_layer_depth_test, FB_COMPOSITION_LAYER_DEPTH_TEST)
#else
#define OXR_EXTENSION_SUPPORT_FB_composition_layer_depth_test(_)
#endif