Why does Godot use Servers and RIDs?
Mircosoft Game Dev
SEPTEMBER 23, 2016
Rendering, while mostly a sequential process (GPUs are sequential), can be parallelized in a few places, like frustum culling and (in modern APIs such as Vulkan, Metal or DirectX12) creation of command lists. To make this easier, we came up with the concept of Servers. How is this achieved? For Physics, it's a bit more difficult.
Let's personalize your content