You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: