libretro / common-shaders

Collection of commonly used Cg shaders. These shaders are usable by either HLSL and/or Cg runtime compilers. The cg2glsl script will translate most of these into GLSL shaders.
http://www.libretro.com
1.05k stars 250 forks source link

xbr 3d filters not working correctly #152

Open bajolzas opened 5 years ago

bajolzas commented 5 years ago

I've already exposed this issue on the libretro discord some days ago, but I guess I should make it "more official".

My issue is, when using xbr 3d filters they dont appear as they should. This happens for me in both OpenGL/Vulkan and GLSL/slang shaders (cant use cg).

Here's how it looks: xbr3d beetle For comparison here is how a simillar named filter correctly looks under pcsxr-pgxp: xbr3d pcsxr

At the time @hunterk said that for him these shaders were working correctly under slang, but GLSL versions looked just like mines.