How to create texture arrays efficiently?

Decode the images with browser api, like createImageBitmap or ImageDecoder, and use the underlying api to update the texture manually.
See here for an example

1 Like