|  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 | ||
|---|---|---|
| .. | ||
| render | ||
| alpha.rs | ||
| bundle.rs | ||
| lib.rs | ||
| light.rs | ||
| material.rs | ||
| pbr_material.rs | ||
| wireframe.rs | ||