File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17048,7 +17048,7 @@ implementation whether the allocation succeeds or fails. You can change this beh
1704817048by using #VMA_ALLOCATION_CREATE_WITHIN_BUDGET_BIT flag. With it, the allocation is
1704917049not made if it would exceed the budget or if the budget is already exceeded.
1705017050VMA then tries to make the allocation from the next eligible Vulkan memory type.
17051- The all of them fail, the call then fails with `VK_ERROR_OUT_OF_DEVICE_MEMORY`.
17051+ If all of them fail, the call then fails with `VK_ERROR_OUT_OF_DEVICE_MEMORY`.
1705217052Example usage pattern may be to pass the #VMA_ALLOCATION_CREATE_WITHIN_BUDGET_BIT flag
1705317053when creating resources that are not essential for the application (e.g. the texture
1705417054of a specific object) and not to pass it when creating critically important resources
You can’t perform that action at this time.
0 commit comments