GraphicsProgramming / GraphicsProgramming/RVPT
Finish vulkan memory subsystem
Ouverte
- Langage dominant
- C++
- Étoiles
- 82
- Forks
- 8
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.