mirror of https://github.com/mgba-emu/mgba.git
17 lines
250 B
INI
17 lines
250 B
INI
|
[shader]
|
||
|
name=fish
|
||
|
author=Drummyfish
|
||
|
description=Attempts to keep thin lines thin.
|
||
|
passes=1
|
||
|
|
||
|
[pass.0]
|
||
|
fragmentShader=fish.fs
|
||
|
integerScaling=1
|
||
|
|
||
|
[pass.0.uniform.similarity_threshold]
|
||
|
type=float
|
||
|
default=0.2
|
||
|
readableName=Similarity Threshold
|
||
|
min=0
|
||
|
max=1
|