Skip to main content
Ask how, not if
Source Link
DMGregory
  • 141k
  • 23
  • 258
  • 401

Can How can I mod a game to render only certain pixels during pixel shader stage?

I am a gamer and hobbyist programmer in game dev and deep learning algorithms.

I want to train a deep learning algorithm like DLSS from NVIDIA, which can render a complete frame by taking certain pixels of the frame. The logic is that since all the pixels are not rendered, it gives higher frame rate.

But Firstfirst, I want to know if it is possible tohow I can mod an already created game to force it to render only certain pixels. If yes, Can you point me in the right direction?

Thanks

Can I mod a game to render only certain pixels during pixel shader stage?

I am a gamer and hobbyist programmer in game dev and deep learning algorithms.

I want to train a deep learning algorithm like DLSS from NVIDIA, which can render a complete frame by taking certain pixels of the frame. The logic is that since all the pixels are not rendered, it gives higher frame rate.

But First, I want to know if it is possible to mod an already created game to force it to render only certain pixels. If yes, Can you point me in the right direction?

Thanks

How can I mod a game to render only certain pixels during pixel shader stage?

I am a gamer and hobbyist programmer in game dev and deep learning algorithms.

I want to train a deep learning algorithm like DLSS from NVIDIA, which can render a complete frame by taking certain pixels of the frame. The logic is that since all the pixels are not rendered, it gives higher frame rate.

But first, I want to know how I can mod an already created game to force it to render only certain pixels.

Source Link

Can I mod a game to render only certain pixels during pixel shader stage?

I am a gamer and hobbyist programmer in game dev and deep learning algorithms.

I want to train a deep learning algorithm like DLSS from NVIDIA, which can render a complete frame by taking certain pixels of the frame. The logic is that since all the pixels are not rendered, it gives higher frame rate.

But First, I want to know if it is possible to mod an already created game to force it to render only certain pixels. If yes, Can you point me in the right direction?

Thanks