src/game/client/
?src/game/client/
do?backend_sdl
does the actual rendering. graphics & graphics_threaded
issues commands to the backend and provides an abstract interface of rendering. anything in src/game/client
does the logic and calls the graphics interface, so codes in game/client
doesn't directly interact with textures or any graphic buffers. (edited)backend_sdl
does the actual rendering. graphics & graphics_threaded
issues commands to the backend and provides an abstract interface of rendering. anything in src/game/client
does the logic and calls the graphics interface, so codes in game/client
doesn't directly interact with textures or any graphic buffers. (edited)