From 7707c71bd538d035baa49b017fcbb6d0178322e5 Mon Sep 17 00:00:00 2001 From: Christoph Haag Date: Wed, 15 May 2024 23:46:32 +0200 Subject: [PATCH] st/oxr: Format oxr_extension_support.h --- src/xrt/state_trackers/oxr/oxr_extension_support.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/xrt/state_trackers/oxr/oxr_extension_support.h b/src/xrt/state_trackers/oxr/oxr_extension_support.h index e3a6f511d..03de2bb20 100644 --- a/src/xrt/state_trackers/oxr/oxr_extension_support.h +++ b/src/xrt/state_trackers/oxr/oxr_extension_support.h @@ -418,6 +418,7 @@ #define OXR_EXTENSION_SUPPORT_FB_composition_layer_settings(_) #endif + /* * XR_FB_composition_layer_depth_test */ @@ -429,6 +430,7 @@ #define OXR_EXTENSION_SUPPORT_FB_composition_layer_depth_test(_) #endif + /* * XR_FB_display_refresh_rate */ @@ -439,6 +441,7 @@ #define OXR_EXTENSION_SUPPORT_FB_display_refresh_rate(_) #endif + /* * XR_FB_passthrough */ @@ -449,6 +452,7 @@ #define OXR_EXTENSION_SUPPORT_FB_passthrough(_) #endif + /* * XR_ML_ml2_controller_interaction */ @@ -677,7 +681,7 @@ OXR_EXTENSION_SUPPORT_FB_composition_layer_alpha_blend(_) \ OXR_EXTENSION_SUPPORT_FB_composition_layer_image_layout(_) \ OXR_EXTENSION_SUPPORT_FB_composition_layer_settings(_) \ - OXR_EXTENSION_SUPPORT_FB_composition_layer_depth_test(_) \ + OXR_EXTENSION_SUPPORT_FB_composition_layer_depth_test(_) \ OXR_EXTENSION_SUPPORT_FB_display_refresh_rate(_) \ OXR_EXTENSION_SUPPORT_FB_passthrough(_) \ OXR_EXTENSION_SUPPORT_ML_ml2_controller_interaction(_) \