mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-14 16:58:34 +00:00
Add missing nullability qualifier
This commit is contained in:
parent
20b9bc5334
commit
d8a9c7fa42
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue