GraphicsProgramming / GraphicsProgramming/RVPT
Finish vulkan memory subsystem
Open
- Dominant language
- C++
- Stars
- 82
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.