Dynamic SVG texture loading fails using WebGPU (but works using WebGL)

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:

1 Like