vpenades / SharpGLTF

glTF reader and writer for .NET Standard
MIT License
467 stars 75 forks source link

Provide a way to get the content of an image as `ReadOnlyMemory<byte>` instead of span #55

Closed john-h-k closed 4 years ago

vpenades commented 4 years ago

You're totally right... it should be a ReadOnlyMemory , a Span is needlessly too low level.

I'll commit the change along the day.

john-h-k commented 4 years ago

Thank you 😄