dolphin/Source/Core/VideoBackends/Vulkan
2023-02-09 02:13:53 -06:00
..
CMakeLists.txt Implement AbstractGfx for Vulkan 2023-01-31 19:41:23 +13:00
CommandBufferManager.cpp
CommandBufferManager.h
Constants.h
ObjectCache.cpp
ObjectCache.h
ShaderCompiler.cpp
ShaderCompiler.h
StagingBuffer.cpp
StagingBuffer.h
StateTracker.cpp Implement AbstractGfx for Vulkan 2023-01-31 19:41:23 +13:00
StateTracker.h Cleanup headers 2023-01-31 19:41:24 +13:00
VideoBackend.h
VKBoundingBox.cpp Implement AbstractGfx for Vulkan 2023-01-31 19:41:23 +13:00
VKBoundingBox.h Implement AbstractGfx for Vulkan 2023-01-31 19:41:23 +13:00
VKGfx.cpp Refactor ClearRegion 2023-02-09 18:36:20 +13:00
VKGfx.h Apply suggestions from code review 2023-02-09 18:36:20 +13:00
VKMain.cpp Lint fixes 2023-02-09 18:36:20 +13:00
VKPerfQuery.cpp Move xfb tracking and IR scaling out of RenderBase 2023-02-09 18:36:20 +13:00
VKPerfQuery.h Add virtual Initialize() to PerfQueryBase 2023-01-31 19:41:24 +13:00
VKPipeline.cpp 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
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
VKShader.h
VKStreamBuffer.cpp
VKStreamBuffer.h
VKSwapChain.cpp Move Presenting, Dumping and ImGui out of Renderer 2023-01-31 18:45:21 +13:00
VKSwapChain.h
VKTexture.cpp Merge pull request #11522 from phire/KillRendererWithFire 2023-02-09 19:59:16 +13:00
VKTexture.h
VKVertexFormat.cpp
VKVertexFormat.h
VKVertexManager.cpp Implement AbstractGfx for Vulkan 2023-01-31 19:41:23 +13:00
VKVertexManager.h
VulkanContext.cpp
VulkanContext.h
VulkanEntryPoints.inl
VulkanLoader.cpp
VulkanLoader.h Ignore nullability-completeness warnings in VMA 2023-01-30 03:11:51 +13:00