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