• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 24 25 26 27 28 ... 117 Next »

Issues with Vulkan on Linux dev build
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Issues with Vulkan on Linux dev build
11-16-2016, 07:43 PM (This post was last modified: 11-16-2016, 07:44 PM by Stenzek.)
#2
Stenzek Offline
Junior Member
**
Posts: 17
Threads: 0
Joined: Nov 2016
The issue here I believe is the Vulkan runtime being compiled without xlib support. Not sure which distribution you're using, but I know the one that ships with Ubuntu is like this. If you download the SDK from LunarG and use this version instead, it won't have this problem.

Alternatively, if you want to use XCB instead, what you have done is correct, you're just missing the linkage with libX11-xcb. To specify this, open Source/Core/VideoBackends/Vulkan/CMakeLists.txt, and add "libX11-xcb" without the quotes to the target_link_libraries line, after glslang.

The reason we don't do this is because the backend gets passed a XLib handle, and I'm not sure assuming it is a wrapped xcb handle is the best idea.
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Issues with Vulkan on Linux dev build - jorwin - 11-16-2016, 01:18 PM
RE: Issues with Vulkan on Linux dev build - Stenzek - 11-16-2016, 07:43 PM
RE: Issues with Vulkan on Linux dev build - jorwin - 11-26-2016, 07:41 AM
RE: Issues with Vulkan on Linux dev build - Anti-Ultimate - 11-17-2016, 06:23 PM
RE: Issues with Vulkan on Linux dev build - jorwin - 11-26-2016, 07:46 AM
RE: Issues with Vulkan on Linux dev build - JesusXP - 12-20-2016, 10:12 AM
RE: Issues with Vulkan on Linux dev build - garant - 03-17-2017, 02:20 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode