Kode / Kinc

Modern low level game library and hardware abstraction.
http://kinc.tech
zlib License
511 stars 121 forks source link

[Vulkan] select "best" device instead of first device #848

Closed bluesillybeard closed 7 months ago

bluesillybeard commented 7 months ago

This fixes #844 for real this time. The device that causes X11 to throw errors still goes through as valid for some reason, but this still fixes it (for me at least) since the dedicated GPU is chosen instead of the integrated one.

RobDangerous commented 7 months ago

Allrighty, thanks!