all repos — mgba @ 96c0d7c413e4e5c8d540e255fcb695f415eaeb52

mGBA Game Boy Advance Emulator

res/shaders/soften.shader/manifest.ini (view raw)

 1[shader]
 2name=Soften
 3author=Dominus Iniquitatis
 4description=Soft image blurring.
 5passes=1
 6
 7[pass.0]
 8fragmentShader=soften.fs
 9blend=1
10width=-1
11height=-1
12
13[pass.0.uniform.amount]
14type=float
15readableName=Amount
16default=0.5
17min=0.0
18max=1.0