You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebCodecs API introduces VideoFrame (https://w3c.github.io/webcodecs/#videoframe), which is a valid ExternalImageSource in both WebGL (WebGLRenderingContext.texImage2D) and WebGPU (GPUQueue.copyExternalImageToTexture) contexts.
The text was updated successfully, but these errors were encountered:
WebCodecs API introduces
VideoFrame
(https://w3c.github.io/webcodecs/#videoframe), which is a validExternalImageSource
in both WebGL (WebGLRenderingContext.texImage2D
) and WebGPU (GPUQueue.copyExternalImageToTexture
) contexts.The text was updated successfully, but these errors were encountered: