5 ms·
Per the `wgpu-py` README: > Technically speaking, wgpu-py is a wrapper for wgpu-native, exposing its functionality with a Pythonic API closely resembling the W
by samtheprogram 2y ago
Per the `wgpu-py` README:
> Technically speaking, wgpu-py is a wrapper for wgpu-native, exposing its functionality with a Pythonic API closely resembling the WebGPU spec.
`wgpu-native` is a wrapper with FFI/bindings for the Rust `wgpu` per their READMEs