diff options
author | Squall-Leonhart <danialhorton@hotmail.com> | 2023-10-15 11:58:50 +0200 |
---|---|---|
committer | Squall-Leonhart <danialhorton@hotmail.com> | 2023-10-15 11:58:50 +0200 |
commit | 03c3f936cfc09b8e7fa38e1ec2551dcecd2c64d3 (patch) | |
tree | da6fb7964c74a9227b9008ca0da5eb01be4dc3ce | |
parent | moved line to appease the format gods (diff) | |
download | yuzu-03c3f936cfc09b8e7fa38e1ec2551dcecd2c64d3.tar yuzu-03c3f936cfc09b8e7fa38e1ec2551dcecd2c64d3.tar.gz yuzu-03c3f936cfc09b8e7fa38e1ec2551dcecd2c64d3.tar.bz2 yuzu-03c3f936cfc09b8e7fa38e1ec2551dcecd2c64d3.tar.lz yuzu-03c3f936cfc09b8e7fa38e1ec2551dcecd2c64d3.tar.xz yuzu-03c3f936cfc09b8e7fa38e1ec2551dcecd2c64d3.tar.zst yuzu-03c3f936cfc09b8e7fa38e1ec2551dcecd2c64d3.zip |
Diffstat (limited to '')
-rw-r--r-- | src/video_core/renderer_vulkan/blit_image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/blit_image.cpp b/src/video_core/renderer_vulkan/blit_image.cpp index 9f783d4d6..18f51a327 100644 --- a/src/video_core/renderer_vulkan/blit_image.cpp +++ b/src/video_core/renderer_vulkan/blit_image.cpp @@ -586,7 +586,7 @@ void BlitImageHelper::ConvertD32FToBGRA8(const Framebuffer* dst_framebuffer, ImageView& src_image_view) { ConvertPipelineColorTargetEx(convert_d32f_to_bgra8_pipeline, dst_framebuffer->RenderPass(), convert_d32f_to_bgra8_frag); - ConvertDepthStencil(*convert_d32f_to_abgr8_pipeline, dst_framebuffer, src_image_view); + ConvertDepthStencil(*convert_d32f_to_bgra8_pipeline, dst_framebuffer, src_image_view); } void BlitImageHelper::ClearColor(const Framebuffer* dst_framebuffer, u8 color_mask, |