Skip to content

Commit 4d81b41

Browse files
committed
liverpool_to_vk: Remove redundant clear color swizzles.
1 parent 0fe50e2 commit 4d81b41

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/video_core/renderer_vulkan/liverpool_to_vk.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,9 +1076,6 @@ vk::ClearValue ColorBufferClearValue(const AmdGpu::Liverpool::ColorBuffer& color
10761076
}
10771077

10781078
color.float32 = comp_swizzle.Apply(color.float32);
1079-
color.int32 = comp_swizzle.Apply(color.int32);
1080-
color.uint32 = comp_swizzle.Apply(color.uint32);
1081-
10821079
return {.color = color};
10831080
}
10841081

0 commit comments

Comments
 (0)