mame/bgfx
cgwg 92b2921754
bgfx: crt-geom and crt-geom-deluxe enhancements (#7766)
Added a "brightness boost" feature for the shadow mask that works by making the brightness ratio between bright and dark mask pixels closer to 1 for the brighter parts of the image.

Added clamping to zero so that underscanning produces a black border.

Added a "raster bloom" effect to crt-geom-deluxe that makes the image grow slightly when the average brightness of the screen is high, mimicking a common defect in CRTs.
2021-02-21 14:47:28 +11:00
..
chains bgfx: crt-geom and crt-geom-deluxe enhancements (#7766) 2021-02-21 14:47:28 +11:00
effects bgfx: crt-geom and crt-geom-deluxe enhancements (#7766) 2021-02-21 14:47:28 +11:00
layouts/sample
shaders bgfx: crt-geom and crt-geom-deluxe enhancements (#7766) 2021-02-21 14:47:28 +11:00
LICENSE
README.md

BGFX shaders

Contains definitions for BGFX shaders, shader chains and effects.

Licensed under The BSD 3-Clause License by Ryan Holtz and MAME Development Team