Sign in
dawn
/
dawn
/
9ae5b84e647c98607c2c25d24ecf1ff0c7429da7
/
.
/
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
()
{
}