Skip to content

Tags: nullcatalyst/wgpu-native

Tags

v0.11.0.1

Toggle v0.11.0.1's commit message
Improve error messages

v0.10.4.1

Toggle v0.10.4.1's commit message
bump to latest wgpu-core

v0.9.2.2

Toggle v0.9.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge gfx-rs#126

126: Update to latest wgpu-core and naga r=kvark a=almarklein

Another bump, mostly to include newer Naga with better error reporting and new storage class API. No additional changes required.

Co-authored-by: Almar Klein <almar@almarklein.org>

v0.9.2.1

Toggle v0.9.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update webgpu-headers submodule (gfx-rs#125)

* Update webgpu-headers submodule

* Also update examples to new webgpu-header

v0.8.0.2

Toggle v0.8.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge gfx-rs#111

111: Fix path flattening in makefile r=kvark a=almarklein

I should have tested it properly in gfx-rs#110, sorry.

The flattening now happens like this: `sed` is used to replace "webgpu-headers/" with nothing. The resulting changed file is saved as `wgpu.h` (rather than `ffi/wgpu.h`), and this file is included in the zipfile.

I moved away from `sed -i` (inplace) because that API differs between Linux and MacOS:/

Co-authored-by: Almar Klein <almar@almarklein.org>

v0.8.0.1

Toggle v0.8.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge gfx-rs#99

99: Remove crate badge r=kvark a=almarklein

This is not a crate, right?

Co-authored-by: Almar Klein <almar@almarklein.org>

v0.7.0.2

Toggle v0.7.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix binary releases (gfx-rs#92)

* make builds every time (but release only on tags)

* fix libclang issue for windows

* include webgpu.h

* re-implement wgpuGetVersion

* Tweak versioning

* comment

* try to fix linux32 ci build

* run release-builds on release only

* adjust comment

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add pre-field to the version (gfx-rs#81)

* Add another field to the version

* Update src/lib.rs

Co-authored-by: monocodus[bot] <49363530+monocodus[bot]@users.noreply.github.com>

Co-authored-by: monocodus[bot] <49363530+monocodus[bot]@users.noreply.github.com>

v0.6.0

Toggle v0.6.0's commit message
Bump version to 0.6.0

v0.5.2

Toggle v0.5.2's commit message
bump version to 0.5.2