mirror of https://github.com/mgba-emu/mgba.git
19 lines
255 B
INI
19 lines
255 B
INI
|
[shader]
|
||
|
name=Vignette
|
||
|
author=Dominus Iniquitatis
|
||
|
description=Configurable vignette effect.
|
||
|
passes=1
|
||
|
|
||
|
[pass.0]
|
||
|
fragmentShader=vignette.fs
|
||
|
blend=1
|
||
|
width=-1
|
||
|
height=-1
|
||
|
|
||
|
[pass.0.uniform.intensity]
|
||
|
type=float
|
||
|
readableName=Intensity
|
||
|
default=1.0
|
||
|
min=0.0
|
||
|
max=1.0
|