mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-24 02:08:43 +00:00
Add HDR to Metal
This commit is contained in:
parent
f3d1cda672
commit
153d0201a8
3 changed files with 19 additions and 0 deletions
|
@ -77,6 +77,8 @@ void Metal::Util::PopulateBackendInfo(VideoConfig* config)
|
|||
config->backend_info.bSupportsPartialMultisampleResolve = false;
|
||||
config->backend_info.bSupportsDynamicVertexLoader = true;
|
||||
config->backend_info.bSupportsVSLinePointExpand = true;
|
||||
config->backend_info.bSupportsHDROutput =
|
||||
1.0 < [[NSScreen deepestScreen] maximumPotentialExtendedDynamicRangeColorComponentValue];
|
||||
}
|
||||
|
||||
void Metal::Util::PopulateBackendInfoAdapters(VideoConfig* config,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue