dolphin/Source/Core/VideoBackends
Merry 362167fde5 MTLObjectCache: Correct signature of equality operator
Not doing so produces a warning in clang:
    ISO C++20 considers use of overloaded operator '!=' (with operand types
    'Metal::DepthStencilSelector' and 'Metal::DepthStencilSelector') to be
    ambiguous despite there being a unique best viable function with
    non-reversed arguments

The underlying reason for this warning is an incorrect method signature.
2022-08-29 21:23:23 +01:00
..
D3D VideoBackends:Metal: MSAA support 2022-07-21 20:44:19 -05:00
D3D12 VideoBackends:Metal: MSAA support 2022-07-21 20:44:19 -05:00
D3DCommon D3DCommon: Remove unused swap chain functions 2022-08-17 18:16:50 -07:00
Metal MTLObjectCache: Correct signature of equality operator 2022-08-29 21:23:23 +01:00
Null VideoBackends:Metal: MSAA support 2022-07-21 20:44:19 -05:00
OGL VideoBackends:Metal: MSAA support 2022-07-21 20:44:19 -05:00
Software SW/Rasterizer: Fix indirect stage using texture coordinates/maps >= 4 2022-08-28 12:19:36 -07:00
Vulkan Use `__VA_OPT__(, ) __VA_ARGS__` instead of `##__VA_ARGS__` 2022-08-23 12:09:57 -07:00
CMakeLists.txt VideoBackends: Add Metal renderer 2022-07-21 20:44:19 -05:00