5 ms·
Isn't GLSL already supported by WebGL?
by Andrews54757 3y ago
Isn't GLSL already supported by WebGL?
- eyegor 3y agoYeah all the pieces are already there, but I was trying to make something like a player replacer that would let the user load arbitrary glsl shaders to use. The idea being to provide usable upscaling or filters for weak connections or old videos, correct shaky videos, etc. in real time. I just found this for fsr [0] which might work for the upscaling use case. [0] https://github.com/Hajime-san/web-fsr/tree/main/browser-extension https://github.com/Hajime-san/web-fsr/tree/main/browser-exte...