From 297639774c02321294aa25a900a81cd786d76d27 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Tue, 24 Mar 2020 12:40:54 +0100 Subject: [PATCH] Remove outdated comment --- src/vk_mem_alloc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vk_mem_alloc.h b/src/vk_mem_alloc.h index 3cc90f1..ab0bb8c 100644 --- a/src/vk_mem_alloc.h +++ b/src/vk_mem_alloc.h @@ -15389,8 +15389,6 @@ void VmaAllocator_T::ImportVulkanFunctions(const VmaVulkanFunctions* pVulkanFunc #undef VMA_COPY_IF_NOT_NULL - // If these asserts are hit, you must either #define VMA_STATIC_VULKAN_FUNCTIONS 1 - // or pass valid pointers as VmaAllocatorCreateInfo::pVulkanFunctions. VMA_ASSERT(m_VulkanFunctions.vkGetPhysicalDeviceProperties != VMA_NULL); VMA_ASSERT(m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties != VMA_NULL); VMA_ASSERT(m_VulkanFunctions.vkAllocateMemory != VMA_NULL);