November 24th, 2023
Switching the Rendering API
https://www.youtube.com/watch?v=UW1uFElp7ZE&t=524
Suggested Wiki Refrence Code
Topics
Transcription
Snutt
So look into that.
And another common thing you can try is switching the rendering API that we use.
So the game by default uses DirectX 12, but you can also try switching it to DirectX 11.
And if you're really daring, you can try switching it to Vulkan.
But it's important to note that some people may have switched to DirectX 11 in the past because they've had issues with DirectX 12.
The game is targeted toward DirectX 12 and there might be some new issues due to DirectX 11 and there's better support for DirectX 12 now.
So some people might still have the setting where the game boots up in DirectX 11 and that causes issues and then switching back and trying DirectX 12 actually resolves some of these issues.
So yeah, recommend checking them out and try them out and see which one works.