humble dexter
Distinguished
One thing I understand on the explanation of how multi GPU works now (as opposed to how it worked before) : The more GPUs you use, the bigger the amount of frames between the user input and the resulting frame.
Because a single GPU configuration will attempt to react to a mouse input on the very next frame.
While a quadruple GPU configuration will only react to a mouse move 4 frames later.
You may be increasing FPS with more GPUs, but you are also creating a permanent 4 frame lag from your user input.
Because a single GPU configuration will attempt to react to a mouse input on the very next frame.
While a quadruple GPU configuration will only react to a mouse move 4 frames later.
You may be increasing FPS with more GPUs, but you are also creating a permanent 4 frame lag from your user input.