Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Enabling multiple post-processing shaders at a time.
05-26-2014, 08:41 AM
Post: #1
Enabling multiple post-processing shaders at a time.
Hello there :3 Is there a way to enable multiple shaders in PPSSPP at once?
Thank you :3

My specs:
Phenom X3 8450 ~2.3GHz
PowerColor HD6850 1GB
4 gigs of DDR2-800 RAM
~400GB HDD
Windows 8.0 x64
Find all posts by this user
Quote this message in a reply
05-26-2014, 12:28 PM
Post: #2
RE: Enabling multiple post-processing shaders at a time.
Currently I guess nothing was done for supporting it, so only one post processing shader is possible, you can however mix multiply simpler effects in one shader without much trouble. For that you have to know a bit of GLSL(it's pretty easy to learn actually, if you already knew any kind of programming or scripting language doesn't matter how basic it was) and math, pretty much you can just take a result of one effect as an input to another one etc. remembering that some effects are counter-productive and shouldn't be used together like sharpen and blur or any other kind of AA filters.

You can also use my shader from custom shader thread which I guess you already saw:], I made it when ppsspp had only fxaa included, but it's still pretty useful thanks to ability to combine lots of different effects and being customizable as easily as editing .fsh file in any text editor, it also comes with extra descriptions, so you should really have no problems modifying it for your needs and get quite a different result from it's default settings.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
05-27-2014, 01:09 PM
Post: #3
RE: Enabling multiple post-processing shaders at a time.
(05-26-2014 12:28 PM)LunaMoo Wrote:  Currently I guess nothing was done for supporting it, so only one post processing shader is possible, you can however mix multiply simpler effects in one shader without much trouble. For that you have to know a bit of GLSL(it's pretty easy to learn actually, if you already knew any kind of programming or scripting language doesn't matter how basic it was) and math, pretty much you can just take a result of one effect as an input to another one etc. remembering that some effects are counter-productive and shouldn't be used together like sharpen and blur or any other kind of AA filters.

You can also use my shader from custom shader thread which I guess you already saw:], I made it when ppsspp had only fxaa included, but it's still pretty useful thanks to ability to combine lots of different effects and being customizable as easily as editing .fsh file in any text editor, it also comes with extra descriptions, so you should really have no problems modifying it for your needs and get quite a different result from it's default settings.

Well, guess I'll try that then. Thanks :3

My specs:
Phenom X3 8450 ~2.3GHz
PowerColor HD6850 1GB
4 gigs of DDR2-800 RAM
~400GB HDD
Windows 8.0 x64
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: