mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-26 03:55:37 +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;
|
AmdGpu::NumberFormat num_format;
|
||||||
switch (color_buffer.export_format) {
|
switch (color_buffer.export_format) {
|
||||||
case AmdGpu::Liverpool::ShaderExportFormat::Zero:
|
case AmdGpu::Liverpool::ShaderExportFormat::Zero:
|
||||||
// No export
|
|
||||||
return;
|
|
||||||
case AmdGpu::Liverpool::ShaderExportFormat::ABGR_FP16:
|
case AmdGpu::Liverpool::ShaderExportFormat::ABGR_FP16:
|
||||||
num_format = AmdGpu::NumberFormat::Float;
|
num_format = AmdGpu::NumberFormat::Float;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user