We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5459

Summary: iOS: SDL_Metal/Vulkan_GetDrawableSize returns non-retina dimensions
Product: SDL Reporter: Caleb Cornett <spydog>
Component: videoAssignee: Alex Szpakowski <amaranth72>
Status: REOPENED --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 Keywords: target-2.0.16
Version: 2.0.15   
Hardware: x86   
OS: iOS (All)   

Description Caleb Cornett 2021-01-10 23:32:59 UTC
If the Metal drawable size is queried before creating a Metal view, the non-retina dimensions will be returned instead of the full high-dpi drawable size.

This also applies to Vulkan since they share the GetDrawableSize implementation on UIKit.
Comment 1 Alex Szpakowski 2021-01-11 22:31:03 UTC
Already fixed

*** This bug has been marked as a duplicate of bug 5431 ***
Comment 2 Alex Szpakowski 2021-01-11 22:32:50 UTC
Oh, this is the iOS version of that other bug report, I see