forked from GodotVR/godot_openxr_vendors
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the gdextension api json to Godot 4.3 dev3
- Loading branch information
Showing
6 changed files
with
292,091 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule godot-cpp
updated
45 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# GDExtension API | ||
|
||
This directory contains the API JSON for | ||
[**Godot Engine**](https://github.com/godotengine/godot)'s *GDExtensions* API. | ||
|
||
## Current API version | ||
- **Godot Engine v4.3.dev.custom_build** | ||
- [commit 81f3d43cc1ba01136795fb2059bbaa55bc514a16](https://github.com/godotengine/godot/commit/81f3d43cc1ba01136795fb2059bbaa55bc514a16) | ||
|
||
## Updating API | ||
|
||
The API JSON is synced with the latest version of Godot used when developing the plugin. Here is the | ||
update procedure: | ||
|
||
- Compile [Godot Engine](https://github.com/godotengine/godot) at the specific | ||
version/commit which you are using. | ||
* Or if you use an official release, download that version of the Godot editor. | ||
- Use the compiled or downloaded executable to generate the `extension_api.json` file with: | ||
|
||
``` | ||
godot --dump-extension-api | ||
``` | ||
- Copy the generated `extension_api.json` file into this directory |
Oops, something went wrong.