summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_device.h
diff options
context:
space:
mode:
authorRodrigo Locatti <rodrigo.locatti@gmail.com>2021-04-23 07:38:02 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:29 +0200
commit2dc86372c76afb134651499452bb5074b6d1e839 (patch)
tree97c6e2bc07710a0913f262f24d392e96699324a5 /src/video_core/vulkan_common/vulkan_device.h
parentshader: Fix render targets with null attachments (diff)
downloadyuzu-2dc86372c76afb134651499452bb5074b6d1e839.tar
yuzu-2dc86372c76afb134651499452bb5074b6d1e839.tar.gz
yuzu-2dc86372c76afb134651499452bb5074b6d1e839.tar.bz2
yuzu-2dc86372c76afb134651499452bb5074b6d1e839.tar.lz
yuzu-2dc86372c76afb134651499452bb5074b6d1e839.tar.xz
yuzu-2dc86372c76afb134651499452bb5074b6d1e839.tar.zst
yuzu-2dc86372c76afb134651499452bb5074b6d1e839.zip
Diffstat (limited to 'src/video_core/vulkan_common/vulkan_device.h')
-rw-r--r--src/video_core/vulkan_common/vulkan_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/vulkan_common/vulkan_device.h b/src/video_core/vulkan_common/vulkan_device.h
index 4415558bb..ebe073293 100644
--- a/src/video_core/vulkan_common/vulkan_device.h
+++ b/src/video_core/vulkan_common/vulkan_device.h
@@ -4,10 +4,10 @@
#pragma once
+#include <span>
#include <string>
#include <string_view>
#include <unordered_map>
-#include <span>
#include <vector>
#include "common/common_types.h"