Increased sharpness to better match my PVM 2730 (#216)

* Fixed glitch in centre of screen when using certain aspect ratio's.

* Increased sharpness to better match my PVM 2730
This commit is contained in:
MajorPainTheCactus 2022-01-07 17:48:14 +00:00 committed by GitHub
parent 29dd972df6
commit 4e4b7e89a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@ Contrast = "3.7500000"
PaperWhiteNits = "450.000000"
ScanlineWidth = "0.950000"
ResolutionPattern = "2.000000"
Sharpness = "1.800000"
Sharpness = "2.400000"

View file

@ -34,7 +34,7 @@ layout(push_constant) uniform Push
#pragma parameter ScanlineWidth "Scanline Width" 0.95 0.0 1.0 0.01
#pragma parameter ResolutionPattern "Resolution Pattern" 2.0 0.0 8.0 1.0
#pragma parameter Sharpness "Sharpness" 1.8 0.0 5.0 0.1
#pragma parameter Sharpness "Sharpness" 2.4 0.0 5.0 0.1
layout(std140, set = 0, binding = 0) uniform UBO
{