godot/drivers/vulkan
Blazej Floch 36130e5a05
Prefer discrete GPU over integrated one
This unblocks launching on Linux laptops that default to the integrated
GPU which can not handle Vulkan in many instances.
Ideally a manual device selection, or an option for the optimal selection
strategy should be provided via CLI or config, but for the time being
this will unblock the Linux devs.

Partially addresses #42348 and #43714
2021-06-11 13:02:30 +02:00
..
rendering_device_vulkan.cpp Fixes to get Godot running again on Intel IGP 2021-02-05 00:02:06 -03:00
rendering_device_vulkan.h Rewrote how barriers work for faster rendering 2021-02-04 09:42:28 -03:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
vulkan_context.cpp Prefer discrete GPU over integrated one 2021-06-11 13:02:30 +02:00
vulkan_context.h Rewrote how barriers work for faster rendering 2021-02-04 09:42:28 -03:00