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,