SaschaWillems / Vulkan

C++ examples for the Vulkan graphics API
MIT License
10.39k stars 2.04k forks source link

Fix UI overlay scale factor for readable display on iOS devices #1142

Closed SRSaunders closed 5 months ago

SRSaunders commented 5 months ago

Fixes #1141. Adjusts UI Overlay scale to value appropriate for iOS retina displays. Affects iOS project only.

See the following results:

iPhone 15 on iOS simulator: Screenshot 2024-06-20 at 10 16 19 AM

iPad Air (5th gen) on iOS simulator: Screenshot 2024-06-20 at 10 28 35 AM

SaschaWillems commented 5 months ago

Thx. Very much appreciated :)