RVPT icon indicating copy to clipboard operation
RVPT copied to clipboard

Finish vulkan memory subsystem

Open cdgiessen opened this issue 5 years ago • 0 comments

Currently each VkBuffer and VkImage receives its own memory allocation. Make it so that gpu memory is allocated in 256MB chunks (configurable) per object type, then dish out that memory as needed. Shouldn't need to change any code outside of the memory class, as its already relatively well abstracted.

cdgiessen avatar Jul 31 '20 20:07 cdgiessen