File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 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
17048
17048
by using #VMA_ALLOCATION_CREATE_WITHIN_BUDGET_BIT flag. With it, the allocation is
17049
17049
not made if it would exceed the budget or if the budget is already exceeded.
17050
17050
VMA 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`.
17052
17052
Example usage pattern may be to pass the #VMA_ALLOCATION_CREATE_WITHIN_BUDGET_BIT flag
17053
17053
when creating resources that are not essential for the application (e.g. the texture
17054
17054
of 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