Skip to content

Commit

Permalink
Update rendering mode to 'Compatibility'.
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 1, 2023
1 parent eff0ad4 commit b044535
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ enabled=PackedStringArray("res://addons/gut/plugin.cfg")
[global]

mouse=false

[rendering]

renderer/rendering_method="gl_compatibility"

0 comments on commit b044535

Please sign in to comment.