all repos — mgba @ e18f275aaa0e702233d267e83559a4fdaa37cec6

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