dawn-cmake/test/bug/tint/369.wgsl
Ben Clayton a7392fbd8a [test]: Add test case for tint:369
Fixed: tint:369
Change-Id: Ib5f6c84bc8e0f43ab0034048ab1517335ae2d7bc
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/57200
Auto-Submit: Ben Clayton <bclayton@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
2021-07-08 12:00:31 +00:00

7 lines
141 B
WebGPU Shading Language

[[block]] struct S {
m : mat2x2<f32>;
};
[[group(0), binding(0)]] var<storage> SSBO : S;
[[group(0), binding(0)]] var<uniform> UBO : S;