skia
    Preparing search index...

    Type Alias TextureSource

    TextureSource:
        | TypedArray
        | HTMLImageElement
        | HTMLVideoElement
        | ImageData
        | ImageBitmap

    These are the types that webGL's texImage2D supports as a way to get data from as a texture. Not listed, but also supported are https://developer.mozilla.org/en-US/docs/Web/API/VideoFrame