summaryrefslogtreecommitdiffstats
path: root/modules/openxr/openxr_util.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-02-03 06:24:30 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-02-03 06:24:30 +0100
commit8ef01ee5df5865191f17e9ea931e452754a02d94 (patch)
treebbd3e6e8141219623f30a391e0f82a74fe7da1a3 /modules/openxr/openxr_util.h
parentd8c3fc1f563424283e89116e92a02b3d956b5eef (diff)
parentd7d171c45c31a53b06ea319928cf1434460f97cf (diff)
downloadredot-engine-8ef01ee5df5865191f17e9ea931e452754a02d94.tar.gz
Merge pull request #72604 from rbessems/rbessems/env_blend_mode
Add XR Environment Blend Mode Support
Diffstat (limited to 'modules/openxr/openxr_util.h')
-rw-r--r--modules/openxr/openxr_util.h1
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);
};