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

Fix some shaders for HLSL/FX #134

Closed VelocityRa closed 6 years ago

VelocityRa commented 6 years ago

These lines aren't needed, OUT.Color = color; is done a few lines back (in #ifdefs as it should be)

hizzlekizzle commented 6 years ago

looks good. thanks