bevy/crates/bevy_render
Rob Parrett 1170b30785 Fix panic when using globals uniform in wasm builds (#6460)
# Objective

Fixes #5393 

## Solution

- Add padding to `GlobalsUniform` / `Globals` to make it 16-byte aligned.

Still not super clear on whether this is a `naga` thing or an `encase` thing or what. But now that we're offering `globals` up to users and #5393 is not just breaking an example, maybe we should do this sort of workaround?
2022-11-07 19:44:14 +00:00
..
macros Use new let-else syntax where possible (#6463) 2022-11-04 21:32:09 +00:00
src Fix panic when using globals uniform in wasm builds (#6460) 2022-11-07 19:44:14 +00:00
Cargo.toml Update glam 0.22, hexasphere 8.0, encase 0.4 (#6427) 2022-11-07 19:44:13 +00:00