mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
0b6f935443
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 |