fholger / openvr_fsr

Add Image Upscaling via AMD FidelityFX SuperResolution or NVIDIA Image Scaling to SteamVR games
Other
1.71k stars 63 forks source link

please add Nvidia dlss its open source now #123

Closed Manni1000 closed 2 years ago

Manni1000 commented 2 years ago

Hi it would be cool if u could add Nvidia dlss to the mod it is open source now and workes on and amd Nvidia now.

OliverMilas commented 2 years ago

ED should consider it too

fholger commented 2 years ago

You must have mixed up some information somewhere. DLSS is not open source nor does it work on anything other than RTX cards. The SDK is now freely available, but that doesn't really help. What Nvidia did open source and does run on AMD cards is its NIS algorithm, and that's already integrated into this mod.

Even if DLSS were actually open source, it is impossible to integrate it into this mod. Unlike FSR and NIS, DLSS is not just a post-process image scaler. It requires engine-level integration and must therefore be supported on the engine. It cannot be injected generically by a mod. That could only work on a game by game basis and only if the game's engine fulfilled the prerequisites for it.