You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/vk_mem_alloc.h
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2166,7 +2166,7 @@ For more information, see documentation of vmaFlushAllocation().
2166
2166
\param allocator
2167
2167
\param allocationCount
2168
2168
\param allocations
2169
-
\param offsets If not null, it must point to an array of offsets of regions to flush, relative to the beginning of respective allocations. Null means all ofsets are zero.
2169
+
\param offsets If not null, it must point to an array of offsets of regions to flush, relative to the beginning of respective allocations. Null means all offsets are zero.
2170
2170
\param sizes If not null, it must point to an array of sizes of regions to flush in respective allocations. Null means `VK_WHOLE_SIZE` for all allocations.
2171
2171
2172
2172
This function returns the `VkResult` from `vkFlushMappedMemoryRanges` if it is
@@ -2187,7 +2187,7 @@ For more information, see documentation of vmaInvalidateAllocation().
2187
2187
\param allocator
2188
2188
\param allocationCount
2189
2189
\param allocations
2190
-
\param offsets If not null, it must point to an array of offsets of regions to flush, relative to the beginning of respective allocations. Null means all ofsets are zero.
2190
+
\param offsets If not null, it must point to an array of offsets of regions to flush, relative to the beginning of respective allocations. Null means all offsets are zero.
2191
2191
\param sizes If not null, it must point to an array of sizes of regions to flush in respective allocations. Null means `VK_WHOLE_SIZE` for all allocations.
2192
2192
2193
2193
This function returns the `VkResult` from `vkInvalidateMappedMemoryRanges` if it is
@@ -3389,7 +3389,7 @@ class VmaAllocationObjectAllocator;
3389
3389
/*
3390
3390
Returns number of bits set to 1 in (v).
3391
3391
3392
-
On specific platforms and compilers you can use instrinsics like:
3392
+
On specific platforms and compilers you can use intrinsics like:
0 commit comments