From 6be35971a2bd58b9f72a98f3b1b8a8b251776ccd Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Thu, 9 Apr 2020 16:20:13 +0200 Subject: [PATCH] Minor fixes for #115 --- src/vk_mem_alloc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vk_mem_alloc.h b/src/vk_mem_alloc.h index abe6e5b..07b1257 100644 --- a/src/vk_mem_alloc.h +++ b/src/vk_mem_alloc.h @@ -2331,7 +2331,7 @@ typedef struct VmaAllocatorCreateInfo Starting from version 3.0.0 this member is no longer optional, it must be set! */ - VkInstance VMA_NOT_NULL_NON_DISPATCHABLE instance; + VkInstance VMA_NOT_NULL instance; /** \brief Optional. The highest version of Vulkan that the application is designed to use. It must be a value in the format as created by macro `VK_MAKE_VERSION` or a constant like: `VK_API_VERSION_1_1`, `VK_API_VERSION_1_0`. @@ -3481,7 +3481,7 @@ typedef struct VmaDefragmentationInfo2 { Passing null means that only CPU defragmentation will be performed. */ - VkCommandBuffer VMA_NULLABLE_NON_DISPATCHABLE commandBuffer; + VkCommandBuffer VMA_NULLABLE commandBuffer; } VmaDefragmentationInfo2; typedef struct VmaDefragmentationPassMoveInfo {