add loadTexture from ByteArrays in filament-utils
Open
- Dominant language
- C++
- Stars
- 20.5k
- Forks
- 2.3k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 83
Description
The current implementation of loadTexture in filament.utils.TextureLoader only works for loading the bitmap from Resources.
I propose overloading the function to include an implementation that also loads the bitmap from a ByteArray.
This would be a Android only change AFAIK. I only have used filament for Android so far.
Contributor guide
Assessment
This issue has not been assessed yet.