dawn-cmake/test/tint/out_of_order_decls/func/var.wgsl.expected.wgsl

7 lines
61 B
WebGPU Shading Language

@fragment
fn f() {
let b = a;
}
var<private> a : i32 = 1;