Skip to content

Commit

Permalink
XR_FB_COMPOSITION_LAYER_ALPHA_BLEND_EXTENSION_NAME
Browse files Browse the repository at this point in the history
Summary: subj

Reviewed By: MichaelTay

Differential Revision: D57984278

fbshipit-source-id: 8c8a6c95fd679f915465e5823b930d445e940412
  • Loading branch information
rudybear authored and facebook-github-bot committed May 31, 2024
1 parent f38d97b commit 8b6ecf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shell/openxr/mobile/XrApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ bool XrApp::checkExtensions() {
requiredExtensions_.push_back(XR_FB_PASSTHROUGH_EXTENSION_NAME);
}

if (checkNeedRequiredExtension(XR_FB_COMPOSITION_LAYER_ALPHA_BLEND_EXTENSION_NAME)) {
requiredExtensions_.push_back(XR_FB_COMPOSITION_LAYER_ALPHA_BLEND_EXTENSION_NAME);
}

handsTrackingSupported_ = checkExtensionSupported(XR_EXT_HAND_TRACKING_EXTENSION_NAME);
IGL_LOG_INFO("Hands tracking is %s\n", handsTrackingSupported_ ? "supported" : "not supported");

Expand Down

0 comments on commit 8b6ecf5

Please sign in to comment.