all repos — mgba @ 35be6c121b93ef43c9249b8497121d1eb18c1d0c

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