mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2024-11-14 04:11:48 +00:00
parent
9b1e702e0b
commit
f8d10218ff
@ -6391,12 +6391,6 @@ struct VmaBlockDefragmentationContext
|
|||||||
};
|
};
|
||||||
uint32_t flags;
|
uint32_t flags;
|
||||||
VkBuffer hBuffer;
|
VkBuffer hBuffer;
|
||||||
|
|
||||||
VmaBlockDefragmentationContext() :
|
|
||||||
flags(0),
|
|
||||||
hBuffer(VK_NULL_HANDLE)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class VmaBlockVectorDefragmentationContext
|
class VmaBlockVectorDefragmentationContext
|
||||||
|
Loading…
Reference in New Issue
Block a user