shader_recompiler: Add workaround for drivers with unexpected unorm rounding behavior. (#2310)

This commit is contained in:
squidbus
2025-02-04 01:01:59 -08:00
committed by GitHub
parent b6ad512e34
commit b879dd59c6
3 changed files with 17 additions and 1 deletions

View File

@@ -185,6 +185,7 @@ struct FragmentRuntimeInfo {
AmdGpu::NumberConversion num_conversion;
AmdGpu::CompMapping swizzle;
AmdGpu::Liverpool::ShaderExportFormat export_format;
bool needs_unorm_fixup;
auto operator<=>(const PsColorBuffer&) const noexcept = default;
};