Add missing nullability qualifier

This commit is contained in:
Pedro J. Estébanez 2022-02-24 11:37:04 +01:00
parent 20b9bc5334
commit d8a9c7fa42

View File

@ -1406,7 +1406,7 @@ typedef struct VmaDefragmentationMove
/// Allocation that should be moved.
VmaAllocation VMA_NOT_NULL srcAllocation;
/// Destination memory block where the allocation should be moved.
VkDeviceMemory dstMemory;
VkDeviceMemory VMA_NOT_NULL_NON_DISPATCHABLE dstMemory;
/// Destination offset where the allocation should be moved.
VkDeviceSize dstOffset;
/// Internal data used by VMA. Do not use or modify!