mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Implement AbstractGfx for Vulkan
This commit is contained in:
parent
58b70b2fb2
commit
2a2014af09
12 changed files with 109 additions and 161 deletions
|
@ -610,7 +610,7 @@
|
|||
<ClInclude Include="VideoBackends\Vulkan\VKBoundingBox.h" />
|
||||
<ClInclude Include="VideoBackends\Vulkan\VKPerfQuery.h" />
|
||||
<ClInclude Include="VideoBackends\Vulkan\VKPipeline.h" />
|
||||
<ClInclude Include="VideoBackends\Vulkan\VKRenderer.h" />
|
||||
<ClInclude Include="VideoBackends\Vulkan\VKGfx.h" />
|
||||
<ClInclude Include="VideoBackends\Vulkan\VKShader.h" />
|
||||
<ClInclude Include="VideoBackends\Vulkan\VKStreamBuffer.h" />
|
||||
<ClInclude Include="VideoBackends\Vulkan\VKSwapChain.h" />
|
||||
|
@ -1214,7 +1214,7 @@
|
|||
<ClCompile Include="VideoBackends\Vulkan\VKMain.cpp" />
|
||||
<ClCompile Include="VideoBackends\Vulkan\VKPerfQuery.cpp" />
|
||||
<ClCompile Include="VideoBackends\Vulkan\VKPipeline.cpp" />
|
||||
<ClCompile Include="VideoBackends\Vulkan\VKRenderer.cpp" />
|
||||
<ClCompile Include="VideoBackends\Vulkan\VKGfx.cpp" />
|
||||
<ClCompile Include="VideoBackends\Vulkan\VKShader.cpp" />
|
||||
<ClCompile Include="VideoBackends\Vulkan\VKStreamBuffer.cpp" />
|
||||
<ClCompile Include="VideoBackends\Vulkan\VKSwapChain.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue