WebIDLpedia

GPUSampler interface

Definition

WebGPU defines GPUSampler



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


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

Methods and attributes that return objects implementing GPUSampler

Referring IDL interfaces/dictionaries