You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comment there says The drawableSize will be set to a correct size by the next swapchain created on the same surface., but because of getCAMetalLayer().drawableSize = { 1,1 }; , SDL_Vulkan_GetDrawableSize will return 1, 1 which affects application using that function to retrieve the real screen size to fill the swapchain creation parameters when the surface is unchanged (ie window size unchanged),