mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-26 00:33:51 +00:00
Cross-platform, safe, pure-rust graphics api.
8b79b056fa
In wgpu 0.7, this was a valid operation, the zero padding was done by hand. However in #872 this was removed as an optimization since buffers are zero padded, however the slice end was taken from buffer.slice which has to be aligned when mapped. |
||
---|---|---|
.github/workflows | ||
wgpu | ||
.gitattributes | ||
.gitignore |