Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimization for unchanged texture count.
If asset's texture count is same as the previous one, texture-count related Vulkan stuffs (descriptor set layouts, pipeline layouts, pipelines) doesn't have to be recreated.
- Loading branch information