dolphin-emulator/Source/Core/VideoBackends
Scott Mansell 606c18210d TextureCache: Refactor with smart pointers
The whole ownership model was getting a bit of a mess, with a some
of special cases to deal with. And I'm planning to make it even more
complex in the future.
So here is some upfront work to convert it over to reference counted
pointers.
2023-01-31 18:29:47 +13:00
..
D3D TextureCache: Refactor with smart pointers 2023-01-31 18:29:47 +13:00
D3D12 TextureCache: Refactor with smart pointers 2023-01-31 18:29:47 +13:00
D3DCommon D3DCommon: Remove unused swap chain functions 2022-08-17 18:16:50 -07:00
Metal TextureCache: Refactor with smart pointers 2023-01-31 18:29:47 +13:00
Null TextureCache: Refactor with smart pointers 2023-01-31 18:29:47 +13:00
OGL TextureCache: Refactor with smart pointers 2023-01-31 18:29:47 +13:00
Software TextureCache: Refactor with smart pointers 2023-01-31 18:29:47 +13:00
Vulkan TextureCache: Refactor with smart pointers 2023-01-31 18:29:47 +13:00
CMakeLists.txt VideoBackends: Add Metal renderer 2022-07-21 20:44:19 -05:00