bevy/crates/bevy_crevice/src
Robert Swain 2186eae89c bevy_crevice: Fix incorrect iterator usage in WriteStd430 impl for [T] (#3591)
# Objective

- Fix incorrect iterator usage in WriteStd430 impl for [T]
  - The first item was being written twice. This is correct in the WriteStd140 impl for [T].

## Solution

- See the code.
2022-01-15 20:10:33 +00:00
..
imp Prepare crevice for vendored release (#3394) 2021-12-23 22:49:12 +00:00
std140 Prepare crevice for vendored release (#3394) 2021-12-23 22:49:12 +00:00
std430 bevy_crevice: Fix incorrect iterator usage in WriteStd430 impl for [T] (#3591) 2022-01-15 20:10:33 +00:00
glsl.rs Prepare crevice for vendored release (#3394) 2021-12-23 22:49:12 +00:00
imp.rs Prepare crevice for vendored release (#3394) 2021-12-23 22:49:12 +00:00
internal.rs Prepare crevice for vendored release (#3394) 2021-12-23 22:49:12 +00:00
lib.rs Enable the doc_markdown clippy lint (#3457) 2022-01-09 23:20:13 +00:00
std140.rs Prepare crevice for vendored release (#3394) 2021-12-23 22:49:12 +00:00
std430.rs Prepare crevice for vendored release (#3394) 2021-12-23 22:49:12 +00:00
util.rs Prepare crevice for vendored release (#3394) 2021-12-23 22:49:12 +00:00