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