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.

+