-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
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
WebGPURenderer: Exception when changing video source. #29925
Comments
We do not support this use case anymore. If you want to exchange the video, please create a new instance of https://threejs.org/docs/index.html#api/en/textures/VideoTexture That's because the dimensions of the texture might change and that breaks the upcoming usage of |
It seems the video texture exchange does not work correctly with
|
Regarding the Ubuntu issue, please provide more feedback in #29909. I requested additional information from you that you did not provide so far. |
My bad, that issue is webgl, I will try it soon. |
Description
In WebGPU rendering with videotexture, it uses external_texture.
When we change video source, it seems the old one is released, so render is crash.
Reproduction steps
Code
Live example
https://jsfiddle.net/1tpkc76u/1/
Screenshots
Version
0.170.0
Device
Desktop
Browser
Chrome
OS
Windows
The text was updated successfully, but these errors were encountered: