From 655b87fd87b16418c4d2d43b22076315cfe5f6e8 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Tue, 28 Aug 2018 14:32:15 +0200 Subject: [PATCH] Small addition to documentation. --- src/vk_mem_alloc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vk_mem_alloc.h b/src/vk_mem_alloc.h index c5d15ca..12b5b5a 100644 --- a/src/vk_mem_alloc.h +++ b/src/vk_mem_alloc.h @@ -1345,6 +1345,7 @@ The library uses following algorithm for allocation, in order: Features deliberately excluded from the scope of this library: +- Sparse resources. - Data transfer - issuing commands that transfer data between buffers or images, any usage of `VkCommandList` or `VkQueue` and related synchronization is responsibility of the user. - Allocations for imported/exported external memory. They tend to require