-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Missing Extended Dynamic Range APIs to iOS #17340
Labels
Milestone
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
We've already bound https://github.com/xamarin/xamarin-macios/blob/main/src/coreanimation.cs#L756-L762 and we're completely missing |
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Jan 23, 2023
. Also make CAEdrMetadata available on iOS and add a missing CAEdrMetadata property. Fixes xamarin#17340.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Jan 24, 2023
. Also make CAEdrMetadata available on iOS and add a missing CAEdrMetadata property. Fixes xamarin#17340.
rolfbjarne
added a commit
that referenced
this issue
Jan 25, 2023
ghost
locked as resolved and limited conversation to collaborators
Feb 24, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue moved from dotnet/maui#12852
From @Microno95 on Monday, January 23, 2023 1:07:32 PM
Description
In iOS 16, the extended dynamic range APIs were added for use with Metal. Specifically, the CAMetalLayer class now has the properties
wantsExtendedDynamicRangeContent
andedrMetadata
exposed on iOS.Adding these to the iOS SDK would enable developers to write applications that can take advantage of EDR on iOS platforms.
Public API Changes
Intended Use-Case
I am working as part of software development team where we would like to display High Dynamic Range content on the latest iPad Pros which supports up to 1600 nits in EDR mode, but are unable to fully utilise the display as such.
The text was updated successfully, but these errors were encountered: