Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer discrete GPU over integrated one #49506

Merged
merged 1 commit into from
Jun 11, 2021

Commits on Jun 11, 2021

  1. 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 godotengine#42348 and godotengine#43714
    bfloch authored and akien-mga committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    36130e5 View commit details
    Browse the repository at this point in the history