-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
- Should remove CommandEncoder:writeBuffer
- Replace with CommandEncoder:copyBufferToBuffer
- Make Queue:writeBuffer use this internally with a set of preallocated staging buffers
This would encapsulate CommandEncoder to only work on existing gpu memory, and fix the issue of CommandEncoder:writeBuffer using the internal Vulkan cmdUpdateBuffer which is only meant for a small amount of data.
Reactions are currently unavailable