Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

That could be due to Vukan issues with your GPU. A few people who reached out with similar issues where able to fix it by forcing openGL with the --rendering-driver opengl3 flag.

This worked, thank you!

How can you do this? Trying to fix it on my side

(1 edit)

Your have to run it through a console with this command:

pizza_planet.exe –rendering-driver opengl3

For some reason in windows terminal it does not want to work

(+1)

full terminal command would be:
.\pizza_planet.exe --rendering-driver opengl3
(I was a bit slow and didn't add the .\ at the beginning so I am doing this just in case people are confused from the previous help given by grot)