Skip to content

Releases: bronter/wgpu_native_zig

v6.5.0

17 Jul 01:10

Choose a tag to compare

Fixes an issue with BindGroupEntryExtras trying to declare an array of opaque structs rather than an array of pointers.

v6.4.0

12 Jul 20:27

Choose a tag to compare

Remove the pub keyword for pub const _x = @import("x.zig") in root.zig. Don't want to export the same thing again under a weird name.

v6.3.0

12 Jul 19:00

Choose a tag to compare

Removes usage of usingnamespace (#29 , #30 ). The changes should be backwards-compatible since the exports shouldn't have changed; only the way that they're exported has been changed.

v6.2.0

30 Jun 08:32

Choose a tag to compare

Fix "unknown-length pointer to opaque not allowed" issue with Instance.enumerateAdapters().

v6.1.0

24 Jun 14:22

Choose a tag to compare

Updates defaults for BindGroupLayoutEntry to be more specific about binding usage: d2aac5b

v6.0.0 - wgpu-native v25.0.2.1

11 Jun 04:00

Choose a tag to compare

API changes for wgpu-native v24.x.x.x and v25.0.2.1
Diff to previous:
5.x...6.x

v5.1.0

25 Apr 04:55

Choose a tag to compare

Adds some defaults to BindGroupLayoutEntry as per https://github.com/bronter/wgpu_native_zig/pull/18/files

v5.0.0

01 Apr 22:17

Choose a tag to compare

Fixes an issue with the freeMembers method of SurfaceCapabilities (#15)

v4.0.0

16 Mar 21:46

Choose a tag to compare

Some minor fixes to the public API as per https://github.com/bronter/wgpu_native_zig/pull/13/files

v3.0.1

12 Mar 00:15

Choose a tag to compare

Update build script for Zig 0.14.0 (no added features or breaking changes, just moving some things around to avoid using deprecated fields).