Please explain about the Wgpu library:https://github.com/gfx-rs/wgpu
The page says:
To use wgpu in C/C++, you need wgpu-native.
wgpu-native:https://github.com/gfx-rs/wgpu-native
I go to the wgpu-native github page, so it says that:
This is a native WebGPU implementation in Rust, based on wgpu-core.
Something I got confused - they write about C/C ++, and when you go to the page - they write again about Rust.