elimina supersampling (Lanczos downscale, keybinding, menu, locale)

This commit is contained in:
2026-05-17 15:07:28 +02:00
parent 96763847fb
commit b0c95111a2
13 changed files with 12 additions and 4339 deletions
-3
View File
@@ -16,7 +16,6 @@ set(SHADER_SOURCES
"postfx.vert"
"postfx.frag"
"upscale.frag"
"downscale.frag"
"crtpi_frag.glsl"
)
@@ -25,7 +24,6 @@ set(SHADER_VARS
"kpostfx_vert_spv"
"kpostfx_frag_spv"
"kupscale_frag_spv"
"kdownscale_frag_spv"
"kcrtpi_frag_spv"
)
@@ -34,7 +32,6 @@ set(SHADER_FLAGS
""
""
""
""
"-fshader-stage=frag"
)