dolphin/Source/Core/VideoBackends/Vulkan
Martino Fontana a14c88ba67 Remove unused imports
Yellow squiggly lines begone!
Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes.
If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed.
The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports.
Not everything is removed, but the cleanup should be substantial enough.
Because this done on Linux, code that isn't used on it is mostly untouched.
(Hopefully no open PR is depending on these imports...)
2026-01-25 16:12:15 +01:00
..
CMakeLists.txt CMake: Fix bundled glslang 2025-10-24 22:58:22 -05:00
CommandBufferManager.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
CommandBufferManager.h Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
Constants.h VideoBackends: allow custom pixel uniforms to be passed to the vertex shader as well 2025-08-17 18:55:40 -05:00
ObjectCache.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
ObjectCache.h VideoBackends: add support to allow rendering to multiple output textures 2023-06-03 14:52:31 -05:00
ShaderCompiler.cpp VideoBackends / VideoCommon: add support for specifying include files in shader code 2025-10-26 22:47:23 -05:00
ShaderCompiler.h VideoBackends / VideoCommon: add support for specifying include files in shader code 2025-10-26 22:47:23 -05:00
StagingBuffer.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
StagingBuffer.h
StateTracker.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
StateTracker.h Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
VideoBackend.h VideoBackend: Rename GetName to GetConfigName 2025-10-13 17:38:20 -07:00
VKBoundingBox.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
VKBoundingBox.h VideoCommon: Use std::span for BoundingBox::Write() 2023-12-09 16:33:21 -05:00
VKGfx.cpp c++23: Replace Common::ToUnderlying with std::to_underlying 2026-01-09 23:49:10 +01:00
VKGfx.h VideoBackends / VideoCommon: add support for specifying include files in shader code 2025-10-26 22:47:23 -05:00
VKMain.cpp Vulkan: Fix present semaphores reuse 2025-07-21 16:02:53 +02:00
VKPerfQuery.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
VKPerfQuery.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
VKPipeline.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
VKPipeline.h VideoCommon: store the configuration used to create the AbstractPipeline on the pipeline itself, so that it's easy to duplicate pipelines with slightly altered configuration 2023-02-09 02:13:53 -06:00
VKShader.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
VKShader.h VideoBackends / VideoCommon: add support for specifying include files in shader code 2025-10-26 22:47:23 -05:00
VKStreamBuffer.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
VKStreamBuffer.h
VKSwapChain.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
VKSwapChain.h Vulkan: Fix present semaphores reuse 2025-07-21 16:02:53 +02:00
VKTexture.cpp VideoBackends:Vulkan: Prevent hazards when restarting render passes 2025-10-18 05:24:37 -05:00
VKTexture.h VideoBackends:Vulkan: Prevent hazards when restarting render passes 2025-10-18 05:24:37 -05:00
VKVertexFormat.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
VKVertexFormat.h
VKVertexManager.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
VKVertexManager.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
VulkanContext.cpp DriverDetails: Disable depth_clamp_control on AMD official drivers 2025-07-29 08:42:22 +09:00
VulkanContext.h VideoCommon: Move backend_info out of VideoConfig struct. 2025-03-09 01:42:45 -06:00
VulkanEntryPoints.inl
VulkanLoader.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
VulkanLoader.h VideoBackends:Vulkan: Increase VMA Vulkan Version to 1.2 2024-10-05 16:51:14 -05:00