Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request: Antialias + Postprocessing shader
02-08-2015, 04:13 PM (This post was last modified: 02-08-2015 04:13 PM by blakrajder.)
Post: #2
RE: Request: Antialias + Postprocessing shader
Shader that you mentioned already exist. You can find it in post #135 of Custom PPSSPP shaders thread or here(direct dl).
It does however contain small addition of bloom, but you can disable it by editing fxaa_nat_bloom.fsh file in text editor (i.e. notepad++) and change float amount = 0.375 to float amount = 0.0

Installation is simple. Place shader files in ppsspp shaders folder.
Now just add this at the end of existing ini file also located in shaders folder (thanks to this ppsspp can see which shaders it can use):

[AA Natural Bloom]
Name=AA Natural Colors Bloom
Fragment=fxaa_nat_bloom.fsh
Vertex=fxaa_nat_bloom.vsh

If no ini file exist create it. Name of the ini doesn't matter (i.e. My_shaders.ini).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Request: Antialias + Postprocessing shader - blakrajder - 02-08-2015 04:13 PM

Forum Jump: