Development repository for FSR2 integration into Unity Post-Processing Stack V2.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nico de Poel 4406d9d697 Destroy context by directly calling into the library instead of using a plugin event. Seems perfectly stable in testing and fixes an issue where occasionally the wrong context index would come through in native code. 1 year ago
..
Plugins Fixed a memory leak on repeated destroy/create, as it turns out MFSR doesn't take ownership of the memory you allocate for it. You have to keep track of this and release it yourself. 1 year ago
SGSR2 Added PoC SGSR2 upscaler 1 year ago
FSR2Upscaler.cs Reworked upscaling integration to allow for multiple upscaler algorithms that can be switched on the fly. 1 year ago
FSR2Upscaler.cs.meta Reworked upscaling integration to allow for multiple upscaler algorithms that can be switched on the fly. 1 year ago
FSR3Upscaler.cs Reworked upscaling integration to allow for multiple upscaler algorithms that can be switched on the fly. 1 year ago
FSR3Upscaler.cs.meta Reworked upscaling integration to allow for multiple upscaler algorithms that can be switched on the fly. 1 year ago
PSSRUpscaler.cs Destroy context by directly calling into the library instead of using a plugin event. Seems perfectly stable in testing and fixes an issue where occasionally the wrong context index would come through in native code. 1 year ago
PSSRUpscaler.cs.meta First working proof-of-concept implementation of PSSR 1 year ago
Plugins.meta Some cleanup and reorganization 1 year ago
SGSR2.meta Added PoC SGSR2 upscaler 1 year ago
SGSR2Upscaler.cs Added PoC SGSR2 upscaler 1 year ago
SGSR2Upscaler.cs.meta Added PoC SGSR2 upscaler 1 year ago
Upscaler.cs Simplified prepare inputs shader by removing the conditionals and the entire constant buffer 1 year ago
Upscaler.cs.meta Reworked upscaling integration to allow for multiple upscaler algorithms that can be switched on the fly. 1 year ago