You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After research in the shader I've found that ScummVM shaders are actually from libretro project so I've tried find and apply it to my RetroArch configuration.
Then I've noticed that it is only available as GLSL, which cannot be used with Vulcan driver unfortunately.
Would there be a possibility to port the shader to Slang?
The text was updated successfully, but these errors were encountered:
I've seen CRT-Beam (https://github.com/libretro/glsl-shaders/blob/master/crt/shaders/CRT-Beam.glsl) on ScummVM and I was astonished how great it looks on 4K HDR together with Normal2x pre-filter (to simulate double-scan CRT).
After research in the shader I've found that ScummVM shaders are actually from libretro project so I've tried find and apply it to my RetroArch configuration.
Then I've noticed that it is only available as GLSL, which cannot be used with Vulcan driver unfortunately.
Would there be a possibility to port the shader to Slang?
The text was updated successfully, but these errors were encountered: