WebIDLpedia

GPUBindGroup interface

Definition

WebGPU defines GPUBindGroup



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


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

Methods and attributes that return objects implementing GPUBindGroup

Referring IDL interfaces/dictionaries