WebIDLpedia

GPUCommandBuffer interface

Definition

WebGPU defines GPUCommandBuffer



[Exposed=(Window, Worker), SecureContext]
interface GPUCommandBuffer {
};
GPUCommandBuffer includes GPUObjectBase;
Consolidated IDL (across mixin and partials)


[Exposed=(Window, Worker), SecureContext]
interface GPUCommandBuffer {
    attribute USVString label;
};

Methods and attributes that return objects implementing GPUCommandBuffer

Referring IDL interfaces/dictionaries