diff options
author | Squall-Leonhart <danialhorton@hotmail.com> | 2023-10-15 11:54:25 +0200 |
---|---|---|
committer | Squall-Leonhart <danialhorton@hotmail.com> | 2023-10-15 11:54:25 +0200 |
commit | 66f41da365f9445059f334a03dafd5f85ae416d3 (patch) | |
tree | 679b186c34e90cfc3962a847566e11911f17d1e8 | |
parent | Implement missing formats for Bravely Default 2 (diff) | |
download | yuzu-66f41da365f9445059f334a03dafd5f85ae416d3.tar yuzu-66f41da365f9445059f334a03dafd5f85ae416d3.tar.gz yuzu-66f41da365f9445059f334a03dafd5f85ae416d3.tar.bz2 yuzu-66f41da365f9445059f334a03dafd5f85ae416d3.tar.lz yuzu-66f41da365f9445059f334a03dafd5f85ae416d3.tar.xz yuzu-66f41da365f9445059f334a03dafd5f85ae416d3.tar.zst yuzu-66f41da365f9445059f334a03dafd5f85ae416d3.zip |
-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 830c8aba3..9f783d4d6 100644 --- a/src/video_core/renderer_vulkan/blit_image.cpp +++ b/src/video_core/renderer_vulkan/blit_image.cpp @@ -10,10 +10,10 @@ #include "video_core/host_shaders/convert_abgr8_to_d24s8_frag_spv.h" #include "video_core/host_shaders/convert_d24s8_to_abgr8_frag_spv.h" #include "video_core/host_shaders/convert_d32f_to_abgr8_frag_spv.h" +#include "video_core/host_shaders/convert_d32f_to_bgra8_frag_spv.h" #include "video_core/host_shaders/convert_depth_to_float_frag_spv.h" #include "video_core/host_shaders/convert_float_to_depth_frag_spv.h" #include "video_core/host_shaders/convert_s8d24_to_abgr8_frag_spv.h" -#include "video_core/host_shaders/convert_d32f_to_bgra8_frag_spv.h" #include "video_core/host_shaders/full_screen_triangle_vert_spv.h" #include "video_core/host_shaders/vulkan_blit_depth_stencil_frag_spv.h" #include "video_core/host_shaders/vulkan_color_clear_frag_spv.h" |