WebIDLpedia

GPUExternalTextureDescriptor dictionary

Definition

WebGPU defines GPUExternalTextureDescriptor



dictionary GPUExternalTextureDescriptor
         : GPUObjectDescriptorBase {
    required (HTMLVideoElement or VideoFrame) source;
    PredefinedColorSpace colorSpace = "srgb";
};

Referring IDL interfaces/dictionaries