all repos — mgba @ 459d1338554b0bc3d411c72979cc363248cf0b99

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