mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-27 10:10:17 +00:00
doc: Document !2129
This commit is contained in:
parent
fd816c838f
commit
b5df7f1761
1
doc/changes/state_trackers/mr.2129.md
Normal file
1
doc/changes/state_trackers/mr.2129.md
Normal file
|
@ -0,0 +1 @@
|
|||
OpenXR: Add extension XR_FB_composition_layer_depth_test.
|
|
@ -423,7 +423,8 @@
|
|||
*/
|
||||
#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
|
||||
|
|
Loading…
Reference in a new issue