wgpu/naga/tests
Erich Gubler 611da6da2d fix(msl-out): emit and init struct member padding always
Previously, implicit padding members of `struct`s were suppressed from
structure definitions in Metal output if they had a binding specified
for them (i.e., `@location(0)`). This padding is, however, is necessary
for correct access of member fields passed into shaders by uniform and
storage buffers. Unconditionally emit padding members for `struct`s.

Resolves
[`gfx-rs/wgpu`#4701](https://github.com/gfx-rs/wgpu/pull/4701).
2023-11-22 03:54:16 -07:00
..
in Test And Normalize Vertex Behavior on All Backends (#4723) 2023-11-21 22:11:24 +00:00
out fix(msl-out): emit and init struct member padding always 2023-11-22 03:54:16 -07:00
snapshots.rs [naga]: Make snapshot tests include paths in errors. 2023-11-21 21:47:03 +01:00
spirv-capabilities.rs Move naga to subfolder 2023-10-25 14:25:04 -04:00
wgsl-errors.rs [naga] Fix type error in test. 2023-11-21 21:41:39 +01:00