mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 11:34:55 +00:00
revert first commit
This commit is contained in:
parent
2464629d98
commit
99aa5005c2
@ -33,6 +33,8 @@ 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