Skip to content

Commit

Permalink
vulkan: Swapchains reimplemented
Browse files Browse the repository at this point in the history
- Adds support for abstract implementations
- Adds native windowing implementations for WIN32 and X11 as fallbacks
  when present support is lacking (headless configs)
  • Loading branch information
kd-11 committed Feb 21, 2018
1 parent 1b26ec5 commit 77f2b52
Show file tree
Hide file tree
Showing 6 changed files with 802 additions and 422 deletions.
2 changes: 1 addition & 1 deletion rpcs3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ if(NOT MSVC)
endif()

if(WIN32)
target_link_libraries(rpcs3 ws2_32.lib Winmm.lib Psapi.lib VKstatic.1 glslang OSDependent OGLCompiler SPIRV HLSL setupapi.lib hidapi-hid Shlwapi.lib)
target_link_libraries(rpcs3 ws2_32.lib Winmm.lib Psapi.lib gdi32.lib VKstatic.1 glslang OSDependent OGLCompiler SPIRV HLSL setupapi.lib hidapi-hid Shlwapi.lib)
if(NOT MSVC)
target_link_libraries(rpcs3 ${OPENGL_LIBRARIES} opengl32.lib glu32.lib libpthread)
else()
Expand Down
Loading

0 comments on commit 77f2b52

Please sign in to comment.