Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport GL video textures as webgl textures #24349
Open
Comments
|
master...ferjm:webgl.video.gl is the WIP branch. |
|
Not sure where to comment about this. I'll just bring a comment I put in the branch: I have just tested the old implementation (x11/raw frames) and it doesn't work anymore. Perhaps the surfman change produced a regression? And I can't enable WebGL in Linux/Wayland now with surfman (i knew how to enable it in the old offscreen-rendering-context, but not anymore :/). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#24233 added support for getting pixel data from a video frame and using that as a webgl texture, but creates an empty frame when we're using GL textures instead of raw pixels.