Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix image-decoder-to-texture in WebGL 2 mode. (KhronosGroup#3652)
The test was fetching nonexistent "width" and "height" properties on the VideoFrame, leading to a (0, 0)-sized texture upload. codedWidth and codedHeight are the best approximation without handling the full visibleRect in the test. Follow-on to KhronosGroup#3641 . Associated with Chromium bug crbug.com/337904214 .
- Loading branch information