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
I was playing a lot with this and found that there is an easier way to enable EDR on the MTKView:
The wantsExtendedDynamicRangeContent property is actually there on iOS as well, just not public. So you can just use KVO to enable EDR rendering:
Hey,
Thank you so much for sharing this demo!
I was playing a lot with this and found that there is an easier way to enable EDR on the
MTKView
:The
wantsExtendedDynamicRangeContent
property is actually there on iOS as well, just not public. So you can just use KVO to enable EDR rendering:No need to add a hidden
AVPlayerLayer
anymore. 🙂Similarly, you can also query the EDR properties of the screen:
I hope that helps. Thanks again!
The text was updated successfully, but these errors were encountered: