Answer the question
In order to leave comments, you need to log in
How do game and software developers optimize their games and programs for specific hardware?
Sometimes you can hear a similar phrase: "Games are mainly optimized for Nvidia video cards."
I was wondering, how does this happen? Do you need a custom engine for this?
Let's say I'm using Unity, what should that look like?
using Nvidia;
Game game = new Game()(
Nvidia.OptimizeForOurGPUAndRemoveCompatibilityWithAMD(game);
Answer the question
In order to leave comments, you need to log in
Additional shader instructions, CUDA, quite possibly texture formats. Perhaps - picking in the drivers and understanding the rendering processes at a low level.
Yes, most often this occurs not only in self-written engines, but in those where some part of the render pipeline is open or editable.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question