Commit f87e203
committed
OpenXR SDK 1.0.12 (2020-09-25)
This release features a number of new ratified KHR extensions, as well
as a new vendor extension.
- Registry
- Add ratified XR_KHR_vulkan_enable2 Khronos extension. (internal
MR 1627, internal issue 1249, internal issue 1283, internal MR
1863)
- Add ratified XR_KHR_loader_init Khronos extension. (internal MR
1744)
- Add ratified XR_KHR_loader_init_android Khronos extension.
(internal MR 1744)
- Add ratified XR_KHR_composition_layer_equirect2 Khronos
extension. (internal MR 1746)
- Add ratified XR_KHR_composition_layer_color_scale_bias Khronos
extension. (internal MR 1762)
- Add XR_MSFT_controller_model extension. (internal MR 1832)
- Add vendor tag LIV for LIV Inc. (internal MR 1896)
- Fix structextends attribute of XrHandPoseTypeInfoMSFT.
(OpenXR-SDK-Source/#207)
- schema: Update to permit aliases for commands and struct types.
(Already supported by tooling.) (internal MR 1627)
- SDK
- cmake: fix openxr_loader target export when installing both
Release and Debug config on Windows. (OpenXR-SDK-Source/#206)
- hello_xr: Support the new XR_KHR_vulkan_enable2 extension.
(internal MR 1627)
- hello_xr: Use the XR_KHR_loader_init_android extension on
Android. (internal MR 1903)
- layers: Fix ARM builds by re-adding function attributes.
(OpenXR-SDK-Source/#193)
- Misc
- Clean up trailing whitespace, byte-order marks, anda ensure
trailing newlines. (OpenXR-SDK-Source/#208)1 parent 9142c84 commit f87e203
File tree
26 files changed
+786
-192
lines changed- changes
- registry
- sdk
- maintainer-scripts
- specification
- registry
- scripts
- spec_tools
- src
- scripts
- tests/hello_xr
26 files changed
+786
-192
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 | + | |
22 | 64 | | |
23 | 65 | | |
24 | 66 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
134 | 137 | | |
135 | 138 | | |
136 | 139 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
0 commit comments