Skip to content

Commit

Permalink
Enable HDR support in iOS. (#15871)
Browse files Browse the repository at this point in the history
* Enable HDR support in iOS.

* Enable HDR support in tvOS.
  • Loading branch information
warmenhoven authored Nov 6, 2023
1 parent c42498e commit 7237b6a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/drivers/vulkan.c
Original file line number Diff line number Diff line change
Expand Up @@ -3434,7 +3434,7 @@ static void *vulkan_init(const video_info_t *video,
video->is_threaded,
FONT_DRIVER_RENDER_VULKAN_API);

#if OSX
#if OSX || IOS
// The MoltenVK driver needs this, particularly after driver reinit
vk->flags |= VK_FLAG_SHOULD_RESIZE;
#endif
Expand Down
Binary file modified pkg/apple/iOS/modules/libMoltenVK.dylib
Binary file not shown.
Binary file modified pkg/apple/tvOS/modules/libMoltenVK.dylib
Binary file not shown.

0 comments on commit 7237b6a

Please sign in to comment.