mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add OpenXR 1.1 support
This commit is contained in:
parent
9dd6c4dbac
commit
c0bc43d1de
88 changed files with 638 additions and 251 deletions
|
|
@ -128,3 +128,11 @@ Validate extension JSON: Error: Field 'builtin_classes/PackedVector3Array/method
|
|||
Validate extension JSON: Error: Field 'builtin_classes/PackedVector4Array/methods/bsearch': is_const changed value in new API, from false to true.
|
||||
|
||||
bsearch method made const. Compatibility methods registered.
|
||||
|
||||
|
||||
GH-109302
|
||||
---------
|
||||
|
||||
Validate extension JSON: Error: Field 'classes/OpenXRExtensionWrapper/methods/_set_instance_create_info_and_get_next_pointer/arguments': size changed value in new API, from 1 to 2.
|
||||
Validate extension JSON: Error: Field 'classes/OpenXRExtensionWrapper/methods/_set_instance_create_info_and_get_next_pointer/arguments/0': type changed value in new API, from "void*" to "int".
|
||||
Validate extension JSON: JSON file: Field was added in a way that breaks compatibility 'classes/OpenXRExtensionWrapper/methods/_get_requested_extensions': arguments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue