mmaldacker / wgpu-native

Native WebGPU implementation based on wgpu-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Note: the version numbers of wgpu-native are not aligned with versions of wgpu or other crates!

Pre-built binaries

  • Automated 32 and 64-bit builds for MacOS, Windows and Linux are available as Github releases.

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.

About

Native WebGPU implementation based on wgpu-core

License:Mozilla Public License 2.0


Languages

Language:C 61.9%Language:Rust 36.1%Language:Makefile 2.0%