shader_recompiler: Implement shader export formats. (#2226)

This commit is contained in:
squidbus
2025-01-24 10:41:58 -08:00
committed by GitHub
parent b3c573f798
commit 56f4b8a2b8
14 changed files with 286 additions and 57 deletions

View File

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