Replies: 1 comment
-
I too would love this ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm eager to start using
wgpu
, but for my use-caseimportExternalTexture
is the most important missing piece (specifically for web/WebGL2 & iOS/metal).For web I want to grab a texture from a
HTMLVideoElement
and from iOS I can get aMTLTexture
.What is the work needed to reach
importExternalTexture
for web, and using an externalMTLTexture
for iOS?Can I help / contribute in some way?
Beta Was this translation helpful? Give feedback.
All reactions