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

7 lines
56 B
WebGPU Shading Language

@fragment
fn f() {
const b = a;
}
const a : i32 = 1;