ZOulhadj / vmve

Vulkan Model Viewer and Importer. A project developed as part of my final year project at University.
https://zoulhadj.github.io/vmve_website/
MIT License
1 stars 0 forks source link

Implement texture array for each model #83

Open ZOulhadj opened 1 year ago

ZOulhadj commented 1 year ago

Currently, each mesh has its own texture/image. Rendering can be better optimised if instead, we used a texture array. This would be a contiguous buffer storing all textures for a model and each mesh would simply store an index to access that big texture array.