diff --git a/docs/html/custom_memory_pools.html b/docs/html/custom_memory_pools.html index bff6411..573c0fb 100644 --- a/docs/html/custom_memory_pools.html +++ b/docs/html/custom_memory_pools.html @@ -79,7 +79,7 @@ $(function() {
Example:
-You have to free all allocations made from this pool before destroying it.
+You have to free all allocations made from this pool before destroying it.
VkDeviceMemory
block to be allocated from large heaps. More...VkDeviceMemory
block to be allocated from small heaps <= 512 MB. More...VkDeviceMemory
block to be allocated from small heaps <= 512 MiB. More...Preferred size of a single VkDeviceMemory
block to be allocated from large heaps.
Set to 0 to use default, which is currently 256 MB.
+Set to 0 to use default, which is currently 256 MiB.
Preferred size of a single VkDeviceMemory
block to be allocated from small heaps <= 512 MB.
Set to 0 to use default, which is currently 64 MB.
+Preferred size of a single VkDeviceMemory
block to be allocated from small heaps <= 512 MiB.
Set to 0 to use default, which is currently 64 MiB.