diff options
| author | 2023-10-15 20:54:25 +1100 | |
|---|---|---|
| committer | 2023-10-15 20:54:25 +1100 | |
| commit | 66f41da365f9445059f334a03dafd5f85ae416d3 (patch) | |
| tree | 679b186c34e90cfc3962a847566e11911f17d1e8 /src/video_core | |
| parent | Implement missing formats for Bravely Default 2 (diff) | |
| download | yuzu-66f41da365f9445059f334a03dafd5f85ae416d3.tar.gz yuzu-66f41da365f9445059f334a03dafd5f85ae416d3.tar.xz yuzu-66f41da365f9445059f334a03dafd5f85ae416d3.zip | |
moved line to appease the format gods
Diffstat (limited to 'src/video_core')
| -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 @@ | |||
| 10 | #include "video_core/host_shaders/convert_abgr8_to_d24s8_frag_spv.h" | 10 | #include "video_core/host_shaders/convert_abgr8_to_d24s8_frag_spv.h" |
| 11 | #include "video_core/host_shaders/convert_d24s8_to_abgr8_frag_spv.h" | 11 | #include "video_core/host_shaders/convert_d24s8_to_abgr8_frag_spv.h" |
| 12 | #include "video_core/host_shaders/convert_d32f_to_abgr8_frag_spv.h" | 12 | #include "video_core/host_shaders/convert_d32f_to_abgr8_frag_spv.h" |
| 13 | #include "video_core/host_shaders/convert_d32f_to_bgra8_frag_spv.h" | ||
| 13 | #include "video_core/host_shaders/convert_depth_to_float_frag_spv.h" | 14 | #include "video_core/host_shaders/convert_depth_to_float_frag_spv.h" |
| 14 | #include "video_core/host_shaders/convert_float_to_depth_frag_spv.h" | 15 | #include "video_core/host_shaders/convert_float_to_depth_frag_spv.h" |
| 15 | #include "video_core/host_shaders/convert_s8d24_to_abgr8_frag_spv.h" | 16 | #include "video_core/host_shaders/convert_s8d24_to_abgr8_frag_spv.h" |
| 16 | #include "video_core/host_shaders/convert_d32f_to_bgra8_frag_spv.h" | ||
| 17 | #include "video_core/host_shaders/full_screen_triangle_vert_spv.h" | 17 | #include "video_core/host_shaders/full_screen_triangle_vert_spv.h" |
| 18 | #include "video_core/host_shaders/vulkan_blit_depth_stencil_frag_spv.h" | 18 | #include "video_core/host_shaders/vulkan_blit_depth_stencil_frag_spv.h" |
| 19 | #include "video_core/host_shaders/vulkan_color_clear_frag_spv.h" | 19 | #include "video_core/host_shaders/vulkan_color_clear_frag_spv.h" |