6 ms·
wgpu implements just the webgpu part, it's not a full browser with html/css/js/etc. All of the code is native, and the abstraction is pretty thin.
by wazzaps 3y ago
wgpu implements just the webgpu part, it's not a full browser with html/css/js/etc. All of the code is native, and the abstraction is pretty thin.
- Veliladon 3y agoThis. Everything is written in native Rust and wgpu has all of the FFI stuff built into it so we don't really have to worry.