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
I have an NV12 buffer. How can I render it to an RGBA surface through wgpu?
My device does not support the NV12 format. I searched the results using a search engine but did not find any helpful content. There is also no relevant content in the examples. Can you provide me with some help?
My requirement is similar to that of a video player. By rendering the video frame to the application window, I want to put the conversion work on the GPU to complete. I guess this task should be completed using shader?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an NV12 buffer. How can I render it to an RGBA surface through wgpu?
My device does not support the NV12 format. I searched the results using a search engine but did not find any helpful content. There is also no relevant content in the examples. Can you provide me with some help?
My requirement is similar to that of a video player. By rendering the video frame to the application window, I want to put the conversion work on the GPU to complete. I guess this task should be completed using shader?
Beta Was this translation helpful? Give feedback.
All reactions