| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cts_usage-1.1.53.0.pdf | 2025-11-11 | 107.9 kB | |
| cts_usage-1.1.53.0.html | 2025-11-11 | 124.8 kB | |
| OpenXR-CTS-1.1.53.0.apk | 2025-11-11 | 69.5 MB | |
| openxr-cts-1.1.53.0-win32.zip | 2025-11-11 | 58.8 MB | |
| openxr-cts-1.1.53.0-x64.zip | 2025-11-11 | 60.2 MB | |
| OpenXR CTS 1.1.53.0 source code.tar.gz | 2025-11-11 | 34.9 MB | |
| OpenXR CTS 1.1.53.0 source code.zip | 2025-11-11 | 35.9 MB | |
| README.md | 2025-11-11 | 2.8 kB | |
| Totals: 8 Items | 259.5 MB | 0 | |
OpenXR CTS 1.1.53.0 (2025-11-06)
Status
- Approved by the Working Group 06-November-2025
- Not yet subject to a withdrawal vote.
Assets
There are (or will be) Windows and Android binaries attached to this release. While use of them is recommended for maximum compatibility, it is not required; you may follow the "porting process" in the conformance process document.
See the attached Usage guide, in PDF or HTML format, for information on running the tests.
Changes
- Conformance Tests
- Fix: Change conformance_layer debug utils callback return value to XR_FALSE to match specification requirements. (internal MR 4032)
- Fix: Allow default Metal device to be created when
xrGetMetalGraphicsRequirementsKHRhas not been called, to test the error case similar to other graphics plugins. (internal MR 4039) - Fix: Skip "XR_FB_space_warp" test when no suitable swapchain format is available. (internal MR 4040)
- Fix: Correctly define
XR_EXT_dpad_bindingpaths for /interaction_profiles/bytedance/pico_ultra_controller_bd in XML, affecting generated tests. (internal MR 4049) - Fix: Copy vulkan layer json with conformance_cli. (internal MR 4062)
- Improvement: Clean up handle state creation and usage in the CTS layer, passing handle state to hook implementations to reduce repeated mutex locking. (internal MR 3809, OpenXR-CTS PR 101, internal MR 3808, OpenXR-CTS PR 108)
- Improvement: Handle graphics plugin
ShutdownDevice()calls in most cases with a scope guard. (internal MR 3941) - Improvement: Warn if the runtime does not support any commonly used depth formats for swapchain creation. (internal MR 3980, internal issue 2111)
- Improvement: Add self test for CTS, using the "do-nothing" test_runtime. (internal MR 3989)
- Improvement: Set Visual Studio working directory for
conformance_cli(internal MR 4059)