From 7a1b637890311fc063054ea67f011f9d857427af Mon Sep 17 00:00:00 2001 From: Petr Kraus Date: Thu, 6 May 2021 03:50:05 +0200 Subject: [PATCH] Docs typo --- include/vk_mem_alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h index 0e2b837..8873ecc 100644 --- a/include/vk_mem_alloc.h +++ b/include/vk_mem_alloc.h @@ -1989,7 +1989,7 @@ The library uses following algorithm for allocation, in order: Features deliberately excluded from the scope of this library: -- Data transfer. Uploading (straming) and downloading data of buffers and images +- Data transfer. Uploading (streaming) and downloading data of buffers and images between CPU and GPU memory and related synchronization is responsibility of the user. Defining some "texture" object that would automatically stream its data from a staging copy in CPU memory to GPU memory would rather be a feature of another,