WebIDLpedia

GPUExternalTexture interface

Definition

WebGPU defines GPUExternalTexture



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


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

Methods and attributes that return objects implementing GPUExternalTexture

Referring IDL interfaces/dictionaries