Skip to content

OpenXR SDK (Source) 1.1.47

Choose a tag to compare

@rpavlik rpavlik released this 08 Apr 19:59
· 35 commits to main since this release
release-1.1.47

OpenXR SDK 1.1.47 (2025-04-08)

This release features several new vendor extensions, one of which required a
modification to the XML schema for extending interaction profiles to represent
accurate. It also contains substantial fixes to the core_validation layer to
make it more usable and fix common false-positive validation errors, among other
improvements.

  • Registry
  • SDK
    • Validation Layer: Fix: Fixes validation layer check for next chain validation
      by changing it from recursive to iterative. This allows for subsequent struct
      to validate off the initial set of valid chained structs.
      (internal MR 3684,
      internal issue 2434)
    • Validation Layer: Fix: Fixes validation layer check for structs that inherit
      off a base struct. Inherited structs also have the same list of valid chained
      structs as their parent.
      (internal MR 3684,
      internal issue 2434)
    • Validation Layer: Fix: Fixes null dereference bugs in generated code in layer.
      (internal MR 3684,
      internal issue 2434)
    • Validation Layer: Fix: Adds a validation layer exception to
      xrGetRecommendedLayerResolutionMETA which allows a XR_NULL_HANDLE to be
      valid when checking the XrSwapchainSubImage struct.
      (internal MR 3689,
      internal issue 2425)
    • Validation Layer: Improvement: Add time stamp to the log messages
      (internal MR 3723)
    • Validation Layer: Improvement: Generate debug messages when core_validation
      layer starts / exits
      (internal MR 3723)
    • hello_xr: Improvement: Update Android target SDK version to 34 to eliminate
      Play Protect warning on install. (Minimum SDK remains 24.)
      (internal MR 3719)
    • list_json: Improvement: Use XrInstanceCreateInfoAndroidKHR on Android for
      improved compatibility.
      (internal MR 3775)

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.1.47'

(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.