How to get start with Wgpu-HAL? #5147
Unanswered
Local-Trash
asked this question in
Q&A
Replies: 1 comment
-
I would highly encourage against using wgpu-hal directly. It's basically an implementation detail of wgpu and there are zero learning resources for it and documentation is spotty. I would suggest using wgpu directly and looking at one of the tutorials mentioned in the readme. As for the examples, make sure you're using the examples from the relevant branch. If you're targeting v0.19, use the examples from that branch. |
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'm trying to learn
wgpu-hal
, so I can understand how Low Level Graphics APIs. It is also cross platform. I tried going through the examples, but they are outdated. How would I fill a simple window with one color? Thank you.Beta Was this translation helpful? Give feedback.
All reactions