summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vk_enum_string_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/vulkan_common/vk_enum_string_helper.h')
-rw-r--r--src/video_core/vulkan_common/vk_enum_string_helper.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/video_core/vulkan_common/vk_enum_string_helper.h b/src/video_core/vulkan_common/vk_enum_string_helper.h
new file mode 100644
index 000000000..a1515814c
--- /dev/null
+++ b/src/video_core/vulkan_common/vk_enum_string_helper.h
@@ -0,0 +1,8 @@
+// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include "video_core/vulkan_common/vulkan.h"
+
+#include <vulkan/vk_enum_string_helper.h>