dawn-cmake/test/intrinsics/gen/workgroupBarrier/a17f7f.wgsl.expected.msl

13 lines
206 B
Plaintext

#include <metal_stdlib>
using namespace metal;
void workgroupBarrier_a17f7f() {
threadgroup_barrier(mem_flags::mem_threadgroup);
}
kernel void compute_main() {
workgroupBarrier_a17f7f();
return;
}