mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Merge pull request #242 from RandomShaper/fix_nullability
Add missing nullability qualifier
This commit is contained in:
commit
dc3f6bb915
@ -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…
Reference in New Issue
Block a user