dithering on grad overlay

This commit is contained in:
minjaesong
2021-10-10 15:38:09 +09:00
parent e32dfa3560
commit f3c56f5d47
10 changed files with 79 additions and 16 deletions

View File

@@ -131,6 +131,8 @@ object PostProcessor : Disposable {
val shader: ShaderProgram? =
if (App.getConfigBoolean("fx_retro"))
App.shaderHicolour
else if (App.getConfigBoolean("fx_differential"))
App.shaderDebugDiff
else
App.shaderPassthruRGB