WebIDLpedia

GPUTextureView interface

Definition

WebGPU defines GPUTextureView



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


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

Methods and attributes that return objects implementing GPUTextureView

Referring IDL interfaces/dictionaries