-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenXR loader: add API layer discovery support.
Loader currently did not support API layer disconvery yet. This patch support this feature. Loader will try to get all implicit/explicit API layers from broker supported by chosen active runtime and populate virtual API layer manifests from returned cursor. Here is authority and path used to find correct cursor: Loader ---> broker authority:org.khronos.openxr.runtime_broker path:/openxr/major_ver/abi/[abi]/api_layer/[implicit:explicit]
- Loading branch information
dengkail
committed
Jul 5, 2023
1 parent
2c252a3
commit 3821979
Showing
6 changed files
with
344 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.