mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 11:34:55 +00:00
swizzle fix
This commit is contained in:
parent
91d29459fb
commit
11339c7041
@ -33,8 +33,6 @@ void Translator::ExportMrtCompressed(IR::Attribute attribute, u32 idx, const IR:
|
||||
AmdGpu::NumberFormat num_format;
|
||||
switch (color_buffer.export_format) {
|
||||
case AmdGpu::Liverpool::ShaderExportFormat::Zero:
|
||||
// No export
|
||||
return;
|
||||
case AmdGpu::Liverpool::ShaderExportFormat::ABGR_FP16:
|
||||
num_format = AmdGpu::NumberFormat::Float;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user