dolphin/Source/Core/VideoBackends
Simonx22 03bcd564c5 Metal: Always run endEncoding on command encoders
Fixes a macOS Metal crash when stopping immediately after boot starts.

m_upload_encoder and m_texture_upload_encoder could be dealloc'd during shutdown before endEncoding could be called, which causes a Metal assertion failure.

Co-authored-by: OatmealDome <julian@oatmealdome.me>
2026-03-03 09:49:42 -05:00
..
D3D Misc: fix compiler warning: implicit declaration of function 2026-02-08 00:37:29 +01:00
D3D12 Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
D3DCommon Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
Metal Metal: Always run endEncoding on command encoders 2026-03-03 09:49:42 -05:00
Null
OGL Merge pull request #14302 from oltolm/opengl_assert 2026-01-25 21:06:57 -05:00
Software Remove unused imports 2026-01-25 16:12:15 +01:00
Vulkan Remove unused imports 2026-01-25 16:12:15 +01:00
CMakeLists.txt