Sign in
dawn
/
dawn
/
b07a7cead6e7811ec84da03b01752d4b7f64d787
/
.
/
test
/
intrinsics
/
gen
/
workgroupBarrier
/
a17f7f.wgsl.expected.hlsl
blob: 6d12710bda5e86982f33bd01afa3b65f398808ac [
file
] [
log
] [
blame
]
void
workgroupBarrier_a17f7f
()
{
GroupMemoryBarrierWithGroupSync
();
}
[
numthreads
(
1
,
1
,
1
)]
void
compute_main
()
{
workgroupBarrier_a17f7f
();
return
;
}