mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-02 12:41:36 +00:00
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>
7 lines
141 B
WebGPU Shading Language
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;
|