dawn-cmake/test/tint/bug/tint/1781.wgsl

8 lines
78 B
WebGPU Shading Language

struct S {
a : i32, b : f32
}
fn f() {
const v = S(1, 2.0).a == 0;
}