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

8 lines
43 B
WebGPU Shading Language

@fragment
fn f1() {
f2();
}
fn f2() {
}