If I create 4 windows with SDL2, each window has a renderer and is refreshed in 4 separate threads, will there be any thread safety issues?
Asked
Active
Viewed 72 times
0
-
Depends on if the data that these threads render is shared and if access of it is synchronised. – Öö Tiib Mar 27 '23 at 07:31
-
2https://wiki.libsdl.org/SDL2/CategoryThread – rafix07 Mar 27 '23 at 07:56