diff options
author | Ron Bessems <rbessems@magicleap.com> | 2023-02-02 09:14:16 -0500 |
---|---|---|
committer | Ron Bessems <rbessems@magicleap.com> | 2023-02-02 12:18:42 -0500 |
commit | d7d171c45c31a53b06ea319928cf1434460f97cf (patch) | |
tree | 42204040228c8ed8ba17102d64ee555a39d8cc99 /modules/openxr/openxr_util.h | |
parent | 5bcf016f1134c9c28d21bf33d8fdf394f3b354db (diff) |
Add XR Environment Blend Mode Support
Diffstat (limited to 'modules/openxr/openxr_util.h')
-rw-r--r-- | modules/openxr/openxr_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/openxr/openxr_util.h b/modules/openxr/openxr_util.h index dfda537474..7e7a6a1880 100644 --- a/modules/openxr/openxr_util.h +++ b/modules/openxr/openxr_util.h @@ -41,6 +41,7 @@ public: static String get_structure_type_name(XrStructureType p_structure_type); static String get_session_state_name(XrSessionState p_session_state); static String get_action_type_name(XrActionType p_action_type); + static String get_environment_blend_mode_name(XrEnvironmentBlendMode p_blend_mode); static String make_xr_version_string(XrVersion p_version); }; |