commit | e6cb51e715f9faacc91eb9a2598907846c6b62f9 | [log] [tgz] |
---|---|---|
author | Sarah <sarahmashay@google.com> | Tue Jun 29 18:39:44 2021 +0000 |
committer | Sarah Mashayekhi <sarahmashay@google.com> | Tue Jun 29 18:39:44 2021 +0000 |
tree | fb17a6740fe5dc3fcdac54c8c070607557e9ce79 | |
parent | d18f2e0d6ee6f067961c09c0ed205f304f9a6d12 [diff] [blame] |
validation: compute shader must include 'workgroup_size' in its attributes Bug: tint:884 Change-Id: If96c6df3247fee142a779117fa26d006afd4f7ef Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/55680 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
diff --git a/test/intrinsics/gen/modf/546e09.wgsl.expected.wgsl b/test/intrinsics/gen/modf/546e09.wgsl.expected.wgsl index 214b34d..331c087 100644 --- a/test/intrinsics/gen/modf/546e09.wgsl.expected.wgsl +++ b/test/intrinsics/gen/modf/546e09.wgsl.expected.wgsl
@@ -14,7 +14,7 @@ modf_546e09(); } -[[stage(compute)]] +[[stage(compute), workgroup_size(1)]] fn compute_main() { modf_546e09(); }