Cross-platform, safe, pure-rust graphics api.
Go to file
Pâris DOUADY 8b79b056fa [rs] Fix initializing buffer with unaligned data
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.
2021-05-07 13:50:49 +02:00
.github/workflows [rs] Use latest version of wasm-bindgen-cli 2021-04-07 18:21:26 +02:00
wgpu [rs] Fix initializing buffer with unaligned data 2021-05-07 13:50:49 +02:00
.gitattributes [rs] Demonstrate obj loading in the skybox example 2021-02-12 22:33:17 -05:00
.gitignore [rs] Add screenshots of examples 2020-04-26 18:59:48 -02:30