Chartbreaker
    Preparing search index...

    Interface GPUExternalTexture

    The GPUExternalTexture interface of the WebGPU API represents a wrapper object containing an HTMLVideoElement snapshot that can be used as a texture in GPU rendering operations. Available only in secure contexts.

    MDN Reference

    interface GPUExternalTexture {
        label: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    label: string