dolphin/Source/Core/VideoBackends
Robin Kertels 19a4653203
VideoBackends:Vulkan: Replace debug_report with debug_utils
The former is deprecated and pretty much all modern drivers
support VK_EXT_debug_utils.
Android drivers dont support it. On those drivers,
we use the implementation provided by the validation layers.
2022-12-27 02:48:50 +01:00
..
D3D Merge pull request #11351 from JosJuice/bitset-cpp20 2022-12-20 15:02:38 +00:00
D3D12 Merge pull request #11286 from K0bin/vk-query-fix 2022-12-19 03:15:48 -05:00
D3DCommon D3DCommon: Remove unused swap chain functions 2022-08-17 18:16:50 -07:00
Metal Replace BitUtils with C++20: Counting Zeroes 2022-12-21 04:17:00 -06:00
Null VideoCommon: Add dynamic vertex loader to ubershaders 2022-09-19 16:28:23 -05:00
OGL Merge pull request #11286 from K0bin/vk-query-fix 2022-12-19 03:15:48 -05:00
Software VideoCommon/PixelEngine: Refactor to class, move to Core::System. 2022-12-11 21:57:19 +01:00
Vulkan VideoBackends:Vulkan: Replace debug_report with debug_utils 2022-12-27 02:48:50 +01:00
CMakeLists.txt