-
Notifications
You must be signed in to change notification settings - Fork 420
Closed
Description
It'd be nice to have all the features of vmaAllocateMemoryForBuffer() including the ability to increase the required alignment like vmaAllocateMemory() provides.
I think that's currently just:
bool requiresDedicatedAllocation = false;
bool prefersDedicatedAllocation = false;
This could be done by adding vmaAllocateMemoryForBufferWithAlignment() to match vmaCreateBufferWithAlignment():
vmaAllocateMemoryForBuffer()supports users who create their ownVkBufferinstead of usingvmaCreateBuffer()- 25e4368 added
vmaCreateBufferWithAlignment() - To complete the symmetry, it'd be nice to have a
vmaAllocateMemoryForBufferWithAlignment()
The calls could be factored, much like 9f097a6 did, so it wouldn't be much code to add.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels