Flutter integration #7049
-
Hi, might be a noob question. Anyways I have 4 questions is possible:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm not sure what this means.
https://docs.rs/wgpu-hal/latest/wgpu_hal/gles/struct.Adapter.html#method.new_external.
I don't think you'd generally need to?
Use whatever integration that flutter's GL context demands you use, then record and submit wgpu->gl commands when it tells you to. |
Beta Was this translation helpful? Give feedback.
Yeah you can get the raw texture from a texture by calling
as_hal
on a texture, then looking athttps://docs.rs/wgpu-hal/24.0.0/wgpu_hal/gles/struct.Texture.html