gboisse / gfx

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

Fix cgltf accessor size. #117

Closed maoliver-amd closed 6 months ago

maoliver-amd commented 6 months ago

This is a simple fix, cgltf expects a count value for size parameters instead of a byte size. As such we were reading over sized chunks of data