[Vk] FixSampleShading #218

Merged
crueter merged 2 commits from wildcard/eden:FixSampleShading into master 2025-08-15 01:17:39 +02:00

2 commits

Author SHA1 Message Date
f50488b1a6 [frontend] add sample shading slider
All checks were successful
eden-license / license-header (pull_request) Successful in 21s
Signed-off-by: crueter <crueter@eden-emu.dev>
2025-08-14 14:45:15 +02:00
39d1c16bc8 [vk] Fix Sample Shading to ensure it is properly enabled
Even when sample shading was enabled via settings, the pipeline was
configured with minSampleShading = 0.0f, effectively disabling the
feature.

This patch sets minSampleShading = 1.0f when sample shading is enabled,
ensuring that per-sample shading is actually used as intended.
2025-08-14 14:45:15 +02:00