mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-12 14:46:08 +00:00
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>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
var<private> data : array<i32, 9>;
|
||||
var<private> data : array<i32, 9u>;
|
||||
|
||||
var<private> gl_FragCoord : vec4<f32>;
|
||||
|
||||
var<private> temp : array<i32, 7>;
|
||||
var<private> temp : array<i32, 7u>;
|
||||
|
||||
var<private> x_GLF_color : vec4<f32>;
|
||||
|
||||
@@ -67,7 +67,6 @@ fn func_i1_(a : ptr<function, i32>) -> f32 {
|
||||
} else {
|
||||
return 0.0;
|
||||
}
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
fn main_1() {
|
||||
@@ -104,7 +103,7 @@ fn main_1() {
|
||||
struct main_out {
|
||||
@location(0)
|
||||
x_GLF_color_1 : vec4<f32>;
|
||||
};
|
||||
}
|
||||
|
||||
@stage(fragment)
|
||||
fn main(@builtin(position) gl_FragCoord_param : vec4<f32>) -> main_out {
|
||||
|
||||
Reference in New Issue
Block a user