Optimization question to the devs (poor performance during gamescom)

Planet Zoo is multi core aware. It uses all the cores that are available to it. This is very helpful for the simulation aspects of the game, though not terribly helpful for frame rates as DX11 allows only one of those cores to feed data to the video card. DX 12, among other differences, allows a multi core render pipeline.
 
Back
Top Bottom