createImageBitmap
does not support a blob url that contains svg data.
As a workaround, you can create an ImageBitmap
from a HTML image element, and pass the bitmap to Texture.updateURL
:
createImageBitmap
does not support a blob url that contains svg data.
As a workaround, you can create an ImageBitmap
from a HTML image element, and pass the bitmap to Texture.updateURL
: