Skip to content

Commit

Permalink
Compatibility renderer.
Browse files Browse the repository at this point in the history
Workaround for Godot #71350. The Vulkan rendering backends are complex and require a long time to start (about 10 seconds). The resulting graphical enhancements are worth it, but during development I prefer the faster loading times of the Compatibility renderer.

godotengine/godot#71350
  • Loading branch information
Poobslag committed Jun 14, 2023
1 parent b37cd65 commit e6a4d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ translation_remaps={}

[rendering]

renderer/rendering_method="gl_compatibility"
environment/defaults/default_clear_color=Color(0.12549, 0.12549, 0.12549, 1)
anti_aliasing/quality/msaa_2d=2
anti_aliasing/quality/screen_space_aa=1
Expand Down

0 comments on commit e6a4d65

Please sign in to comment.