pub(crate) type TexImageSource = TexImageSource<DomTypeHolder>;
Aliased Type§
pub(crate) enum TexImageSource {
ImageBitmap(Root<Dom<ImageBitmap>>),
ImageData(Root<Dom<ImageData>>),
HTMLImageElement(Root<Dom<HTMLImageElement>>),
HTMLCanvasElement(Root<Dom<HTMLCanvasElement>>),
HTMLVideoElement(Root<Dom<HTMLVideoElement>>),
}