Sign in
dawn
/
dawn
/
6e4a366841ee807f84932a190cb8fa8d8af10e11
/
.
/
test
/
tint
/
builtins
/
gen
/
literal
/
workgroupBarrier
/
a17f7f.wgsl.expected.dxc.hlsl
blob: 8879f79963cbfc149d1118c6c9f34e3c58b5c8fe [
file
] [
log
] [
blame
]
void
workgroupBarrier_a17f7f
()
{
GroupMemoryBarrierWithGroupSync
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
workgroupBarrier_a17f7f
();
return
;
}