summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_debug_callback.h
blob: 2efcd244c191687cdcd91a3cd837dee832d7ff60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#include "video_core/vulkan_common/vulkan_wrapper.h"

namespace Vulkan {

vk::DebugUtilsMessenger CreateDebugCallback(const vk::Instance& instance);

} // namespace Vulkan