Is it possible to use WGPU 22.x with Winit 0.29.x? #6411
Answered
by
cwfitzgerald
John-Nagle
asked this question in
Q&A
-
Is it possible to use WGPU 22.x with Winit 0.29.x? I'd like to debug the churn in WGPU separately from the churn in Winit. |
Beta Was this translation helpful? Give feedback.
Answered by
cwfitzgerald
Oct 15, 2024
Replies: 1 comment
-
Yes. 0.29.15 has a default-enabled rwh_06 feature which enables raw window handle 0.6, which is the same as used by wgpu 22.x |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
John-Nagle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. 0.29.15 has a default-enabled rwh_06 feature which enables raw window handle 0.6, which is the same as used by wgpu 22.x