Skip to content

[hello_xr] Use preferred depth swapchain format rather than (somewhat unsupported) D32.#597

Open
emaschino wants to merge 1 commit intoKhronosGroup:mainfrom
emaschino:fix/OpenXR_1.1.54
Open

[hello_xr] Use preferred depth swapchain format rather than (somewhat unsupported) D32.#597
emaschino wants to merge 1 commit intoKhronosGroup:mainfrom
emaschino:fix/OpenXR_1.1.54

Conversation

@emaschino
Copy link
Copy Markdown
Contributor

@emaschino emaschino commented Mar 27, 2026

Since release of OpenXR 1.1.54, hello_xr example cannot run on some devices such as Microsoft HoloLens 2 HMD. Reason is that for some graphics plugins, D32 depth format is forcibly used. Microsoft HoloLens 2 HMD doesn't support such a format for depth swapchain (preferred depth format is D16 on this device). This PR proposes to make use of the preferred depth swapchain format instead of D32.

@rpavlik-bot rpavlik-bot added the synced to gitlab Synchronized to OpenXR internal GitLab label Mar 31, 2026
@rpavlik-bot
Copy link
Copy Markdown
Collaborator

An issue (number 2708) has been filed to correspond to this pull request in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#2708 ), to facilitate working group processes.

This GitHub pull request will continue to be the main site of discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

synced to gitlab Synchronized to OpenXR internal GitLab

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants