Hello everyone,
These days I’ve been investigating the question of using upascling techniques to improve performance with webgl.
With the arrival of AI (dlss for example), the subject is current but I haven’t found many sources, especially for real-time rendering on the web.
I have found different shaders that use interpolation techniques, but the result remains not very effective.
I also tested using javascript upscaling libraries using AI like Upscaler.js, but the generated result is mediocre and the performance is low.
Do you have knowledge of projects or techniques that can be used to do quality upscaling in real time on the web?
Thanks in advance.