dolphin/Source/Core/VideoBackends/Metal
mitaclaw e8d5fb89e4 C++20: Synthesize operator!= From operator==
The inequality operator is automatically generated by the compiler if `operator==` is defined.
2024-10-10 20:23:55 -07:00
..
CMakeLists.txt
MRCHelpers.h
MTLBoundingBox.h
MTLBoundingBox.mm
MTLGfx.h VideoBackends:Vulkan: Don't try to present if swapchain acquire failed 2024-10-02 19:22:16 -05:00
MTLGfx.mm VideoBackends:Vulkan: Don't try to present if swapchain acquire failed 2024-10-02 19:22:16 -05:00
MTLMain.mm Add HDR to Metal 2024-03-10 03:25:33 -04:00
MTLObjectCache.h C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00
MTLObjectCache.mm
MTLPerfQuery.h
MTLPerfQuery.mm
MTLPipeline.h
MTLPipeline.mm VideoBackends:Metal: Support multiple compute textures 2023-11-29 18:45:11 -06:00
MTLShader.h
MTLShader.mm
MTLStateTracker.h Merge pull request #12370 from iwubcode/more_samplers 2023-12-17 14:50:23 -05:00
MTLStateTracker.mm
MTLTexture.h
MTLTexture.mm
MTLUtil.h Add HDR to Metal 2024-03-10 03:25:33 -04:00
MTLUtil.mm VideoBackends:Metal: subgroup_ops requires Apple7, not Apple6 2024-09-30 23:38:23 -05:00
MTLVertexFormat.h
MTLVertexFormat.mm Fix out of bounds accesses for invalid vertex component formats 2024-04-04 12:50:34 -07:00
MTLVertexManager.h
MTLVertexManager.mm VideoCommon: De-globalize GeometryShaderManager class. 2022-12-29 15:33:19 +01:00
VideoBackend.h