gboisse / gfx

A minimalist and easy to use graphics API.
MIT License
498 stars 35 forks source link

Fix for missing names in gltf loading. #50

Closed maoliver-amd closed 2 years ago

maoliver-amd commented 2 years ago

Fixes #49

This should cover everything now, I changed the material name to match everywhere else where it creates a default name.

gboisse commented 2 years ago

Thanks, perfect! Tbh, I'm quite annoyed that std::string crashes on nullptr, who in their right mind would think that's a good design decision? 😛