Tags: nullcatalyst/wgpu-native
Tags
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>
Update webgpu-headers submodule (gfx-rs#125) * Update webgpu-headers submodule * Also update examples to new webgpu-header
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>
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
PreviousNext