From 06697b44422e930eb13bcbfd4d20c6c4fc0a2dc2 Mon Sep 17 00:00:00 2001 From: asuessenbach Date: Thu, 4 Aug 2022 11:13:06 +0200 Subject: [PATCH] Removed helper function createDebugUtilsMessengerEXT from utils.hpp as well. --- samples/utils/utils.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/utils/utils.hpp b/samples/utils/utils.hpp index 594955c..8392b9f 100644 --- a/samples/utils/utils.hpp +++ b/samples/utils/utils.hpp @@ -361,7 +361,6 @@ namespace vk vk::MemoryPropertyFlags memoryPropertyFlags ); bool contains( std::vector const & extensionProperties, std::string const & extensionName ); vk::CommandPool createCommandPool( vk::Device const & device, uint32_t queueFamilyIndex ); - vk::DebugUtilsMessengerEXT createDebugUtilsMessengerEXT( vk::Instance const & instance ); vk::DescriptorPool createDescriptorPool( vk::Device const & device, std::vector const & poolSizes ); vk::DescriptorSetLayout createDescriptorSetLayout( vk::Device const & device, std::vector> const & bindingData,