mirror of
https://github.com/bevyengine/bevy
synced 2024-11-14 00:47:32 +00:00
8b27124a80
# Objective - `.x` is not the correct syntax to access a column in a matrix in WGSL: https://www.w3.org/TR/WGSL/#matrix-access-expr - naga accepts it and translates it correctly, but it's not valid when shaders are kept as is and used directly in WGSL ## Solution - Use the correct syntax |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |