Recreating buffers in OpenGL and especially Vulkan takes a while, so it’ll always be a slow operation. Other apps may be able to resize faster if they use software rendering or rely on OS-provided 2D acceleration APIs. Godot is a game engine so it can’t use those APIs (the 2D engine relies on 3D APIs, as 2D APIs are not meant for gaming).