You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Unbind GDExtension methods that can't reasonably be used
This commit is contained in:
@@ -120,3 +120,12 @@ GH-87340
|
||||
Validate extension JSON: JSON file: Field was added in a way that breaks compatibility 'classes/RenderingDevice/methods/screen_get_framebuffer_format': arguments
|
||||
|
||||
screen_get_framebuffer_format can now specify the screen it should get the format from. The argument defaults to the main window to emulate the behavior of the old function.
|
||||
|
||||
|
||||
GH-88418
|
||||
--------
|
||||
Validate extension JSON: API was removed: classes/GDExtension/methods/close_library
|
||||
Validate extension JSON: API was removed: classes/GDExtension/methods/initialize_library
|
||||
Validate extension JSON: API was removed: classes/GDExtension/methods/open_library
|
||||
|
||||
Since it was basically impossible to use these methods in any useful way, the GDExtension team agreed that breaking compatibility by removing them was OK.
|
||||
|
||||
Reference in New Issue
Block a user