mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 13:13:49 +00:00
2186eae89c
# 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. |
||
---|---|---|
.. | ||
imp | ||
std140 | ||
std430 | ||
glsl.rs | ||
imp.rs | ||
internal.rs | ||
lib.rs | ||
std140.rs | ||
std430.rs | ||
util.rs |