wgpu-native

Native WebGPU implementation providing GPU graphics API bindings

brewmacoslinux
Try with needOr install directly
Source

About

Native WebGPU implementation based on wgpu-core

Commands

wgpu-native

Examples

Display version information of wgpu-native$ wgpu-native --version
Link wgpu-native library in C/C++ projects for GPU rendering$ pkg-config --cflags --libs wgpu
Use wgpu-native as a dependency in Rust projects via cargo$ cargo add wgpu