Skip to content

Commit dc3f6bb

Browse files
Merge pull request #242 from RandomShaper/fix_nullability
Add missing nullability qualifier
2 parents 20b9bc5 + d8a9c7f commit dc3f6bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/vk_mem_alloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ typedef struct VmaDefragmentationMove
14061406
/// Allocation that should be moved.
14071407
VmaAllocation VMA_NOT_NULL srcAllocation;
14081408
/// Destination memory block where the allocation should be moved.
1409-
VkDeviceMemory dstMemory;
1409+
VkDeviceMemory VMA_NOT_NULL_NON_DISPATCHABLE dstMemory;
14101410
/// Destination offset where the allocation should be moved.
14111411
VkDeviceSize dstOffset;
14121412
/// Internal data used by VMA. Do not use or modify!

0 commit comments

Comments
 (0)