Chartbreaker
    Preparing search index...

    Interface GPUTextureView

    The GPUTextureView interface of the WebGPU API represents a view into a subset of the texture resources defined by a particular GPUTexture. Available only in secure contexts.

    MDN Reference

    interface GPUTextureView {
        label: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    label: string