Chartbreaker
    Preparing search index...

    Interface GPUCommandBuffer

    The GPUCommandBuffer interface of the WebGPU API represents a pre-recorded list of GPU commands that can be submitted to a GPUQueue for execution. Available only in secure contexts.

    MDN Reference

    interface GPUCommandBuffer {
        label: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    label: string