Browse Source

missed this line when editing the copypasta

nce_cpp
Squall-Leonhart 2 years ago
parent
commit
51bb940261
  1. 2
      src/video_core/renderer_vulkan/blit_image.cpp

2
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,

Loading…
Cancel
Save