Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ExternalImageSource::VideoFrame #6167

Closed
jprochazk opened this issue Aug 27, 2024 · 1 comment · Fixed by #6170
Closed

Add ExternalImageSource::VideoFrame #6167

jprochazk opened this issue Aug 27, 2024 · 1 comment · Fixed by #6170

Comments

@jprochazk
Copy link
Contributor

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.

@cwfitzgerald
Copy link
Member

We'd love a PR for this, should just need to be added to the enum, like #5668 did

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants