Skip to content

OpenXR SDK (Source) 1.0.34

Compare
Choose a tag to compare
@rpavlik rpavlik released this 17 Feb 20:59
· 12 commits to main since this release
release-1.0.34

OpenXR SDK 1.0.34 (2024-02-16)

This release features a number of new multi-vendor and vendor extensions,
additional functionality in the reflection header, as well as compatibility
improvements for the loader on Android.

  • Registry
  • SDK
    • API Layers: Add version-script for linking API Layers on Linux and Android.
      (internal MR 3112)
    • Fix typo in gfxwrapper_opengl that did not affect the use in this repository
      directly, but may affect downstream users of this code.
      (internal MR 3215)
    • Loader: fix to Android Loader so that the
      /<path_to_apk>/my_apk_file.apk!/libs/libstuff.so will not get blocked
      (internal MR 3054)
    • Loader: Add missing ifdef guards for XR_KHR_LOADER_INIT_SUPPORT.
      (internal MR 3152,
      internal MR 3159)
    • Loader: Fix crash in case of calling xrEnumerateInstanceExtensionProperties
      before calling xrInitializeLoaderKHR on Android.
      (internal MR 3159)
    • Loader design: Add a note about environment variables being ignored when run on
      Windows as admin.
      (internal MR 3214)
    • openxr_reflection.h: Add macros to list functions provided by each feature /
      extension.
      (internal MR 3129)
    • external: Update Jinja2 Python module shipped with repository (for source code
      generation) to 2.11.3.
      (internal MR 3221,
      internal MR 3237)

The Android loader can be found on Maven Central, by adding the following line to your Android app's build.gradle dependencies section:

implementation 'org.khronos.openxr:openxr_loader_for_android:1.0.34'

(There may be a delay of a few hours after release before artifacts are accessible on Maven Central.)

Alternately, the AAR file (plus signature by the dedicated spec editor key and associated POM) are attached to this release.

Other release files are signed by specification editor Rylie Pavlik's key, with key fingerprint 45207B2B1E53E1F2755FF63CC5A2D593A61DBC9D. Link goes to full public key.