reader/spirv: Do not generate block attributes

These are no longer necessary and will soon be deprecated and removed.

Bug: tint:1324
Change-Id: I3fa076e7ce5eb36466d24c80fd1c83658c28c5ab
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/72086
Reviewed-by: David Neto <dneto@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
James Price
2021-12-09 15:45:03 +00:00
parent ebdfa5d303
commit 3530c6bf06
10 changed files with 9 additions and 42 deletions

View File

@@ -1,4 +1,3 @@
[[block]]
struct SSBO {
m : [[stride(16)]] array<vec2<f32>, 2u>;
};