WebIDLpedia

GPUPipelineLayout interface

Definition

WebGPU defines GPUPipelineLayout



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


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

Methods and attributes that return objects implementing GPUPipelineLayout

Referring IDL interfaces/dictionaries