Skip to content

Commit e4b7c25

Browse files
committed
gdextension: Sync with upstream commit 49a5bc7b616bd04689a2c89e89bda41f50241464 (4.4.1-stable)
1 parent 6388e26 commit e4b7c25

File tree

1 file changed

+66
-6
lines changed

1 file changed

+66
-6
lines changed

gdextension/extension_api.json

Lines changed: 66 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"header": {
33
"version_major": 4,
44
"version_minor": 4,
5-
"version_patch": 0,
5+
"version_patch": 1,
66
"version_status": "stable",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.4.stable.official"
8+
"version_full_name": "Godot Engine v4.4.1.stable.official"
99
},
1010
"builtin_class_sizes": [
1111
{
@@ -165923,6 +165923,10 @@
165923165923
"name": "NOTIFICATION_VP_MOUSE_EXIT",
165924165924
"value": 1011
165925165925
},
165926+
{
165927+
"name": "NOTIFICATION_WM_POSITION_CHANGED",
165928+
"value": 1012
165929+
},
165926165930
{
165927165931
"name": "NOTIFICATION_OS_MEMORY_WARNING",
165928165932
"value": 2009
@@ -174693,7 +174697,7 @@
174693174697
"is_refcounted": false,
174694174698
"is_instantiable": true,
174695174699
"inherits": "PanelContainer",
174696-
"api_type": "core",
174700+
"api_type": "editor",
174697174701
"methods": [
174698174702
{
174699174703
"name": "get_binding_modifier",
@@ -176926,14 +176930,14 @@
176926176930
"is_refcounted": false,
176927176931
"is_instantiable": true,
176928176932
"inherits": "OpenXRInteractionProfileEditorBase",
176929-
"api_type": "core"
176933+
"api_type": "editor"
176930176934
},
176931176935
{
176932176936
"name": "OpenXRInteractionProfileEditorBase",
176933176937
"is_refcounted": false,
176934176938
"is_instantiable": false,
176935176939
"inherits": "HBoxContainer",
176936-
"api_type": "core",
176940+
"api_type": "editor",
176937176941
"methods": [
176938176942
{
176939176943
"name": "setup",
@@ -218765,8 +218769,64 @@
218765218769
"value": 217
218766218770
},
218767218771
{
218768-
"name": "DATA_FORMAT_MAX",
218772+
"name": "DATA_FORMAT_ASTC_4x4_SFLOAT_BLOCK",
218769218773
"value": 218
218774+
},
218775+
{
218776+
"name": "DATA_FORMAT_ASTC_5x4_SFLOAT_BLOCK",
218777+
"value": 219
218778+
},
218779+
{
218780+
"name": "DATA_FORMAT_ASTC_5x5_SFLOAT_BLOCK",
218781+
"value": 220
218782+
},
218783+
{
218784+
"name": "DATA_FORMAT_ASTC_6x5_SFLOAT_BLOCK",
218785+
"value": 221
218786+
},
218787+
{
218788+
"name": "DATA_FORMAT_ASTC_6x6_SFLOAT_BLOCK",
218789+
"value": 222
218790+
},
218791+
{
218792+
"name": "DATA_FORMAT_ASTC_8x5_SFLOAT_BLOCK",
218793+
"value": 223
218794+
},
218795+
{
218796+
"name": "DATA_FORMAT_ASTC_8x6_SFLOAT_BLOCK",
218797+
"value": 224
218798+
},
218799+
{
218800+
"name": "DATA_FORMAT_ASTC_8x8_SFLOAT_BLOCK",
218801+
"value": 225
218802+
},
218803+
{
218804+
"name": "DATA_FORMAT_ASTC_10x5_SFLOAT_BLOCK",
218805+
"value": 226
218806+
},
218807+
{
218808+
"name": "DATA_FORMAT_ASTC_10x6_SFLOAT_BLOCK",
218809+
"value": 227
218810+
},
218811+
{
218812+
"name": "DATA_FORMAT_ASTC_10x8_SFLOAT_BLOCK",
218813+
"value": 228
218814+
},
218815+
{
218816+
"name": "DATA_FORMAT_ASTC_10x10_SFLOAT_BLOCK",
218817+
"value": 229
218818+
},
218819+
{
218820+
"name": "DATA_FORMAT_ASTC_12x10_SFLOAT_BLOCK",
218821+
"value": 230
218822+
},
218823+
{
218824+
"name": "DATA_FORMAT_ASTC_12x12_SFLOAT_BLOCK",
218825+
"value": 231
218826+
},
218827+
{
218828+
"name": "DATA_FORMAT_MAX",
218829+
"value": 232
218770218830
}
218771218831
]
218772218832
},

0 commit comments

Comments
 (0)