jkuhlmann / cgltf

:diamond_shape_with_a_dot_inside: Single-file glTF 2.0 loader and writer written in C99
MIT License
1.44k stars 136 forks source link

Export cgltf_buffer_view_data #190

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hi. As mentioned in #183, cgltf_buffer_view_data() is useful for parsing embedded image data. I wasn't sure if the dependency on <stdint.h> is something that should be avoided, but I assumed not since it's included in the implementation.