vsg-dev / vsgXchange

Utility library for converting data+materials to/from VulkanSceneGraph
MIT License
65 stars 40 forks source link

'Optional texture embedding' feature is broken #195

Closed appcodegen closed 1 month ago

appcodegen commented 1 month ago

It seems that commit 68edd8f broke the 'Optional texture embedding' (see PR #172) feature, so that vsgb/vsgt files created using vsgconv will (at best) not work and (at worse) lead to the loading code to crash.

I commented on that merge but will also provide a PR fixing this.