dawn-cmake/test/tint/out_of_order_decls/alias/struct.wgsl.expected.wgsl

11 lines
72 B
WebGPU Shading Language
Raw Normal View History

type T = S;
struct S {
m : i32,
}
@fragment
fn f() {
var v : T;
}