Sign in
dawn
/
dawn
/
131b7dfb0718553fbb1cf2dcd5485266a159c339
/
.
/
test
/
tint
/
builtins
/
workgroupUniformLoad
/
bool.wgsl.expected.ir.dxc.hlsl
blob: e4ab169a76f42ccbb429197f67183756f4129632 [
file
] [
log
] [
blame
]
groupshared
bool
v
;
bool
foo
()
{
GroupMemoryBarrierWithGroupSync
();
bool
v_1
=
v
;
GroupMemoryBarrierWithGroupSync
();
return
v_1
;
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}