liblava / liblava

Modern and easy-to-use library for Vulkan
https://liblava.dev
MIT License
762 stars 46 forks source link

Fixed mesh data regression #68

Closed Cons-Cat closed 2 years ago

Cons-Cat commented 2 years ago

I've gotten pretty confused working with all these different branches of Liblava! After updating my FBX project to latest Liblava, I realized that mesh_data had broken (it currently isn't tested by any samples here). Then I somehow changed branches by accident and thought it was working. Then I realized it definitely wasn't working.

Anyways, this PR fixes the mesh_data compilation errors on my project that implemented it before I refactored generic meshes.

TheLavaBlock commented 2 years ago

Thank you