You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's often useful to process video frames using the GPU, and a lot of the times video frames come out of the encoder in the form of planar formats. Common ones (at least that I know about) are YUV 420 and 422.
We should have a plan for whether WebGPU should support planar formats, and which one it should support in core.