We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20b9bc5 + d8a9c7f commit dc3f6bbCopy full SHA for dc3f6bb
1 file changed
include/vk_mem_alloc.h
@@ -1406,7 +1406,7 @@ typedef struct VmaDefragmentationMove
1406
/// Allocation that should be moved.
1407
VmaAllocation VMA_NOT_NULL srcAllocation;
1408
/// Destination memory block where the allocation should be moved.
1409
- VkDeviceMemory dstMemory;
+ VkDeviceMemory VMA_NOT_NULL_NON_DISPATCHABLE dstMemory;
1410
/// Destination offset where the allocation should be moved.
1411
VkDeviceSize dstOffset;
1412
/// Internal data used by VMA. Do not use or modify!
0 commit comments