How to draw a WebGLTexture into another Canvas?

24 Views Asked by At

I have a WebGLTexture and I need to draw it into another Canvas or (preferably) OffscreenCanvas by using WebGL calls to run a simple copy/passthrough shader. How can I do this?

Thanks!

0

There are 0 best solutions below