all repos — mgba @ 01e73bc15f11d759a3327fb37edddb07be54b6cc

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