Fixes an issue with BindGroupEntryExtras trying to declare an array of opaque structs rather than an array of pointers.
Unclaimed project
Are you a maintainer of wgpu_native_zig? Claim this project to take control of your public changelog and roadmap.
Changelog
Zig bindings for wgpu-native
Fixes an issue with BindGroupEntryExtras trying to declare an array of opaque structs rather than an array of pointers.
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.
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.
Fix "unknown-length pointer to opaque not allowed" issue with Instance.enumerateAdapters().
Updates defaults for BindGroupLayoutEntry to be more specific about binding usage: https://github.com/bronter/wgpu_native_zig/commit/d2aac5b4fd509760fd725752d1214c32311825f0