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