dawn-cmake/test/tint/ptr_ref/copy/ptr_copy.spvasm.expected.wgsl

10 lines
108 B
WebGPU Shading Language
Raw Normal View History

fn main_1() {
var x_10 : u32;
return;
}
@compute @workgroup_size(1i, 1i, 1i)
fn main() {
main_1();
}