diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h index 331c5e4..373887a 100644 --- a/include/vk_mem_alloc.h +++ b/include/vk_mem_alloc.h @@ -908,7 +908,7 @@ Use it as a unique identifier to virtual allocation within the single block. Use value `VK_NULL_HANDLE` to represent a null/invalid allocation. */ -VK_DEFINE_NON_DISPATCHABLE_HANDLE(VmaVirtualAllocation); +VK_DEFINE_NON_DISPATCHABLE_HANDLE(VmaVirtualAllocation) /** @} */