From 9e1684f87aca7cd5a17fc10727f631835c882130 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Tue, 11 Jul 2017 15:27:08 +0200 Subject: [PATCH] Small fix in documentation. --- docs/html/index.html | 5 +- docs/html/vk__mem__alloc_8h_source.html | 72 ++++++++++++------------- src/vk_mem_alloc.h | 8 ++- 3 files changed, 46 insertions(+), 39 deletions(-) diff --git a/docs/html/index.html b/docs/html/index.html index 0893a7d..69b9e9c 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -143,7 +143,10 @@ Custom memory allocator

You can use custom memory allocator by filling optional member VmaAllocatorCreateInfo::pAllocationCallbacks. These functions will be passed to Vulkan, as well as used by the library itself to make any CPU-side allocations.

Thread safety

-

All calls to functions that take VmaAllocator as first parameter are safe to call from multiple threads simultaneously, synchronized internally when needed.

+