Replies: 1 comment
-
The hello-windows example (https://github.com/gfx-rs/wgpu/tree/master/wgpu/examples/hello-windows) should have what you need. |
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
-
I can't find information regarding how to create multi-window application,
for opengl, for example, usually we create multiple windows using a shared context.
but there doesn't seem to be shared context with wgpu.
And I read that for wgpu, there is no swapchain. We should use surface instead.
is there an example? how should I do it?
Beta Was this translation helpful? Give feedback.
All reactions