Commit 6dee6e2
committed
OpenXR SDK 1.0.11 (2020-08-14)
This release is mainly for SDK improvements, with only small changes to
the docs. A new error code is provided for xrCreateSession for
developers convenience.
- Registry
- Register ULTRALEAP author ID for Ultraleap. (internal MR 1877)
- Reserve the extension number 98 to 101 for future MSFT
extensions. (internal MR 1879)
- schema: Distinguish parentstruct and structextends attributes in
comments. (internal MR 1881, OpenXR-Docs/#51, internal issue
1396)
- Add a new result code,
XR_ERROR_GRAPHICS_REQUIREMENTS_CALL_MISSING, for runtimes to
return if xrBeginSession is called before calling one of the
xrGetGraphicsRequirements calls. (internal MR 1882,
OpenXR-Docs/#53, internal issue 1397)
- SDK
- Improve language usage in code and comments to be more
respectful. (internal MR 1881)
- Loader: Correct type of “extension_version” in API layer
manifest files to string, while maintaining backwards
compatibility. Remove undocumented and unused
“device_extensions” and “entrypoints” keys. (internal MR 1867,
internal issue 1411)
- Replace usage of std::filesystem::canonical with
PathCchCanonicalize on Windows platform to work around bug on
UWP platforms. This also replaces PathCanonicalize with
PathCchCanonicalize and adds the appropriate library for linking
in. (OpenXR-SDK-Source/#198)
- Support for building more projects when targeting UWP, and
support for all architectures when targeting Win32.
(OpenXR-SDK-Source/#199)
- hello_xr: fix Vulkan image layout transitions. (internal MR
1876)
- validation: Enable three additional checks (on optional arrays
with non- optional counts) that were missing because of a script
error. (internal MR 1881)1 parent 5ab0bac commit 6dee6e2
File tree
40 files changed
+239
-216
lines changed- changes/sdk
- maintainer-scripts
- specification
- registry
- scripts
- src
- api_layers
- cmake
- common
- loader
- images
- scripts
- tests
- hello_xr
- loader_test/test_runtimes
40 files changed
+239
-216
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
22 | 65 | | |
23 | 66 | | |
24 | 67 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments