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

crt-interlaced-halation GLSL #102

Closed SixWingedFreak closed 7 years ago

SixWingedFreak commented 7 years ago

In RetroArch 1.4.1 x64, the GLSL version of crt-interlaced-halation is missing pass2, it's being called for in the glslp file

hizzlekizzle commented 7 years ago

Yeah, that means the conversion script couldn't handle it for whatever reason. I've manually converted it now, though, so once it makes its way into the online updater, it should be usable.

EDIT: had to make some more changes but it should be all set now.

hizzlekizzle commented 7 years ago

@SixWingedFreak This should be resolved now, so I'm closing the issue. If not, feel free to reopen it.