all repos — mgba @ 36d726f3c5fa1b520d8e2749e849ed7d020fac49

mGBA Game Boy Advance Emulator

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

 1[shader]
 2name=AGS-001
 3author=endrift
 4description=A pristine recreation of the illuminated Game Boy Advance SP
 5passes=2
 6
 7[pass.0]
 8fragmentShader=ags001.fs
 9blend=1
10width=960
11height=640
12
13[pass.1]
14fragmentShader=ags001-light.fs
15width=960
16height=640
17
18[uniform.lightBrightness]
19type=float
20default=1
21pass[0]=false
22readableName=Light brightness
23
24[uniform.reflectionBrightness]
25type=float
26default=0.07
27pass[0]=false
28readableName=Reflection brightness
29
30[uniform.reflectionDistance]
31type=float2
32default[0]=0
33default[1]=0.025
34pass[0]=false
35readableName=Reflection distance