/wgpu-native

Native WebGPU implementation based on wgpu-core

Primary LanguageCMozilla Public License 2.0MPL-2.0

wgpu-native

Matrix Build Status Crates.io

This is a native WebGPU implementation in Rust, based on wgpu-core. The C API header is generated at ffi/wgpu.h by cbindgen.

Bindings

Usage

This repository contains C-language examples that link to the native library targets and perform basic rendering and computation. Please refer to our Getting Started page at the wiki for more information.