mirror of
https://github.com/holub/mame
synced 2025-10-04 08:28:39 +03:00
![]() hlsl/phosphor.fx: Make changes to the pixel shader. New uniforms: Mode, Tau, Beta, Gamma. Remove Phosphor. Mode selects the mode for phosphor simulation: off (no decay), exponential, inverse power. Tau is the time constant for exp. decay. Beta and Gamma are constants for inv-pow. src/osd/modules/render/d3d/d3dhlsl.cpp: Provide uniforms and add sliders for new options. src/osd/modules/render/d3d/d3dhlsl.h: (BP) Provide new options. src/osd/windows/winmain.cpp: (BP) Provide new options. src/osd/windows/winmain.h: (BP) Provide new options. |
||
---|---|---|
.. | ||
bloom.fx | ||
color.fx | ||
deconverge.fx | ||
distortion.fx | ||
downsample.fx | ||
focus.fx | ||
ntsc.fx | ||
phosphor.fx | ||
post.fx | ||
prescale.fx | ||
primary.fx | ||
vector.fx |