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

Expose Vulkan's clustered and mobile backends in the project manager #50984

Merged

Commits on Jul 30, 2021

  1. Expose Vulkan's clustered and mobile backends in the project manager

    Since OpenGL will not be available in Godot 4.0, this exposes a
    choice between Vulkan clustered and Vulkan mobile in the project manager.
    
    Despite the name, Vulkan mobile has many benefits on desktop platforms.
    It provides better performance on simple scenes, and ensures that you
    won't accidentally use unsupported features while testing your project
    on desktop platforms.
    
    The Vulkan backend setting was made into a "basic" setting so that
    it can be changed without having to enable the Advanced Settings toggle.
    
    This also improves list formatting to use bullet points and tweaks
    the property hint to be more descriptive.
    Calinou committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    d2b65c6 View commit details
    Browse the repository at this point in the history