Releases: bronter/wgpu_native_zig
Releases Β· bronter/wgpu_native_zig
v6.5.0
17 Jul 01:10
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix "unknown-length pointer to opaque not allowed" issue with Instance.enumerateAdapters().
v6.1.0
24 Jun 14:22
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v5.0.0
01 Apr 22:17
Compare
Sorry, something went wrong.
No results found
Fixes an issue with the freeMembers method of SurfaceCapabilities (#15 )
v4.0.0
16 Mar 21:46
Compare
Sorry, something went wrong.
No results found
v3.0.1
12 Mar 00:15
Compare
Sorry, something went wrong.
No results found
Update build script for Zig 0.14.0 (no added features or breaking changes, just moving some things around to avoid using deprecated fields).