1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

OpenXR: Fix updating swapchain for foveation

This commit is contained in:
Bastiaan Olij
2024-05-20 11:15:21 +10:00
parent daa81bbb7d
commit 6582be0c50
7 changed files with 54 additions and 13 deletions

View File

@@ -1220,6 +1220,10 @@ bool OpenXRAPI::create_main_swapchains(Size2i p_size) {
}
};
for (OpenXRExtensionWrapper *wrapper : registered_extension_wrappers) {
wrapper->on_main_swapchains_created();
}
return true;
};