WebIDLpedia

GPUBindGroupLayout interface

Definition

WebGPU defines GPUBindGroupLayout



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


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

Methods and attributes that return objects implementing GPUBindGroupLayout

Referring IDL interfaces/dictionaries