all repos — mgba @ 52392928a181e15b60d88281c75c48997a69b23a

mGBA Game Boy Advance Emulator

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

 1[shader]
 2name=Motion Blur
 3author=Dominus Iniquitatis
 4description=Simple motion blur.
 5passes=1
 6
 7[pass.0]
 8fragmentShader=motion_blur.fs
 9blend=1
10width=-1
11height=-1
12
13[pass.0.uniform.amount]
14type=float
15readableName=Amount
16default=0.3
17min=0.0
18max=1.0