commit | 1a72a76e4fa3442d9386da8b5d51656e31b9088a | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Mar 21 16:09:17 2022 +0000 |
committer | James Price <jrprice@google.com> | Mon Mar 21 16:09:17 2022 +0000 |
tree | 1936010e435638be280cfeeb42a5900e3e1c76e7 | |
parent | 6bd90d666eff3d643e7852f08222fd746a6fea4f [diff] [blame] |
test: Regenerate vk-gl-cts WGSL sources This removes @stride, which will soon be invalid. Bug: tint:1381 Change-Id: I3cbe987edb9b918b2f344b92a4f0fe4838df4a80 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/83962 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
diff --git a/test/tint/vk-gl-cts/graphicsfuzz/cov-if-conversion-identical-branches/0-opt.wgsl b/test/tint/vk-gl-cts/graphicsfuzz/cov-if-conversion-identical-branches/0-opt.wgsl index c5c2c0c..42204bd 100644 --- a/test/tint/vk-gl-cts/graphicsfuzz/cov-if-conversion-identical-branches/0-opt.wgsl +++ b/test/tint/vk-gl-cts/graphicsfuzz/cov-if-conversion-identical-branches/0-opt.wgsl
@@ -1,6 +1,6 @@ struct buf0 { zero : i32; -}; +} @group(0) @binding(0) var<uniform> x_6 : buf0; @@ -30,7 +30,7 @@ struct main_out { @location(0) x_GLF_color_1 : vec4<f32>; -}; +} @stage(fragment) fn main() -> main_out {