godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.44k stars 1.52k forks source link

Switch to single safe threaded model in TextureRD demo #1038

Closed clayjohn closed 3 months ago

clayjohn commented 3 months ago

Avoids the bug in https://github.com/godotengine/godot/issues/90363

Multithreaded rendering is not safe in 4.2, so it should not be used in our official demos