[Vulkan] Port ac6_ground_fix vertex-fetch nudge to SPIR-V

This commit is contained in:
oreyg
2026-05-15 02:56:58 +02:00
committed by Radosław Gliński
parent cebbdb6cac
commit 02a2591295
4 changed files with 16 additions and 6 deletions

View File

@@ -108,3 +108,9 @@ DEFINE_bool(
"artifacts while pipelines are being created. When disabled, pipelines are "
"created synchronously which causes stutter but no visual artifacts.",
"GPU");
DEFINE_bool(
ac6_ground_fix, false,
"This fixes(hide) issues with black ground in AC6. Use only in AC6. "
"Might cause issues in other titles.",
"HACKS");