diff --git a/docs/html/group__group__virtual.html b/docs/html/group__group__virtual.html index 8d6a883..79b0eb8 100644 --- a/docs/html/group__group__virtual.html +++ b/docs/html/group__group__virtual.html @@ -610,7 +610,7 @@ Functions
Allocates new virtual allocation inside given VmaVirtualBlock.
-If the allocation fails due to not enough free space available, VK_ERROR_OUT_OF_DEVICE_MEMORY
is returned (despite the function doesn't ever allocate actual GPU memory). pAllocation
is then set to VK_NULL_HANDLE
AND pOffset
, if not null, it set to UINT64_MAX
.
If the allocation fails due to not enough free space available, VK_ERROR_OUT_OF_DEVICE_MEMORY
is returned (despite the function doesn't ever allocate actual GPU memory). pAllocation
is then set to VK_NULL_HANDLE
and pOffset
, if not null, it set to UINT64_MAX
.
virtualBlock | Virtual block |