dolphin/Source/Core/VideoBackends/Metal
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
..
CMakeLists.txt CMakeLists: Link videometal with Foundation 2022-07-23 13:53:15 -04:00
MRCHelpers.h VideoBackends: Add Metal renderer 2022-07-21 20:44:19 -05:00
MTLBoundingBox.h VideoBackends: Add Metal renderer 2022-07-21 20:44:19 -05:00
MTLBoundingBox.mm VideoBackends:Metal: Remove unified memory config 2022-07-21 20:44:19 -05:00
MTLMain.mm MTLMain: Include TargetConditionals 2022-07-23 17:22:11 -04:00
MTLObjectCache.h MTLObjectCache: Correct signature of equality operator 2022-08-29 21:23:23 +01:00
MTLObjectCache.mm VideoBackends:Metal: MSAA support 2022-07-21 20:44:19 -05:00
MTLPerfQuery.h VideoBackends:Metal: Implement PerfQuery 2022-07-21 20:44:19 -05:00
MTLPerfQuery.mm VideoBackends:Metal: Implement PerfQuery 2022-07-21 20:44:19 -05:00
MTLPipeline.h VideoBackends:Metal: Cache pipelines 2022-07-21 20:44:19 -05:00
MTLPipeline.mm VideoBackends:Metal: Cache pipelines 2022-07-21 20:44:19 -05:00
MTLRenderer.h VideoBackends:Metal: Cache pipelines 2022-07-21 20:44:19 -05:00
MTLRenderer.mm VideoBackends:Multiple: Grammar fixes 2022-07-21 20:44:19 -05:00
MTLShader.h VideoBackends:Metal: Cache pipelines 2022-07-21 20:44:19 -05:00
MTLShader.mm VideoBackends:Metal: Cache pipelines 2022-07-21 20:44:19 -05:00
MTLStateTracker.h VideoBackends:Metal: Remove unified memory config 2022-07-21 20:44:19 -05:00
MTLStateTracker.mm VideoBackends:Metal: Remove unified memory config 2022-07-21 20:44:19 -05:00
MTLTexture.h VideoBackends: Add Metal renderer 2022-07-21 20:44:19 -05:00
MTLTexture.mm VideoBackends:Metal: Remove unified memory config 2022-07-21 20:44:19 -05:00
MTLUtil.h VideoBackends:Metal: Remove unified memory config 2022-07-21 20:44:19 -05:00
MTLUtil.mm MTLUtil: Include TargetConditionals 2022-07-23 17:22:11 -04:00
MTLVertexFormat.h VideoBackends:Metal: Cache pipelines 2022-07-21 20:44:19 -05:00
MTLVertexFormat.mm VideoBackends:Metal: Cache pipelines 2022-07-21 20:44:19 -05:00
MTLVertexManager.h VideoBackends:Metal: Use base vertex 2022-07-21 20:44:19 -05:00
MTLVertexManager.mm VideoBackends:Metal: Use base vertex 2022-07-21 20:44:19 -05:00
VideoBackend.h VideoBackends: Add Metal renderer 2022-07-21 20:44:19 -05:00