mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 00:17:03 +00:00
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:
@@ -1,4 +1,3 @@
|
||||
[[block]]
|
||||
struct SSBO {
|
||||
m : [[stride(16)]] array<vec2<f32>, 2u>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user