Skip to main content

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

Extends

Properties

label

label: string;

MDN Reference

Inherited from

GPUObjectBase.label