mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Add AbstractGfx for DX12
This commit is contained in:
parent
5a2d119bda
commit
8ad59f8ccf
9 changed files with 119 additions and 149 deletions
|
@ -545,7 +545,7 @@
|
|||
<ClInclude Include="VideoBackends\D3D12\Common.h" />
|
||||
<ClInclude Include="VideoBackends\D3D12\D3D12BoundingBox.h" />
|
||||
<ClInclude Include="VideoBackends\D3D12\D3D12PerfQuery.h" />
|
||||
<ClInclude Include="VideoBackends\D3D12\D3D12Renderer.h" />
|
||||
<ClInclude Include="VideoBackends\D3D12\D3D12Gfx.h" />
|
||||
<ClInclude Include="VideoBackends\D3D12\D3D12StreamBuffer.h" />
|
||||
<ClInclude Include="VideoBackends\D3D12\D3D12SwapChain.h" />
|
||||
<ClInclude Include="VideoBackends\D3D12\D3D12VertexManager.h" />
|
||||
|
@ -1157,7 +1157,7 @@
|
|||
<ClCompile Include="VideoBackends\D3D\DXTexture.cpp" />
|
||||
<ClCompile Include="VideoBackends\D3D12\D3D12BoundingBox.cpp" />
|
||||
<ClCompile Include="VideoBackends\D3D12\D3D12PerfQuery.cpp" />
|
||||
<ClCompile Include="VideoBackends\D3D12\D3D12Renderer.cpp" />
|
||||
<ClCompile Include="VideoBackends\D3D12\D3D12Gfx.cpp" />
|
||||
<ClCompile Include="VideoBackends\D3D12\D3D12StreamBuffer.cpp" />
|
||||
<ClCompile Include="VideoBackends\D3D12\D3D12SwapChain.cpp" />
|
||||
<ClCompile Include="VideoBackends\D3D12\D3D12VertexManager.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue