Sign in
dawn
/
dawn
/
32363954436092f4d0c5f2c8dd5f1fa8f2ff00af
/
.
/
test
/
tint
/
builtins
/
workgroupUniformLoad
/
array.wgsl.expected.ir.fxc.hlsl
blob: b66480d13a82fa2797318b602141b770752b3ae8 [
file
] [
log
] [
blame
]
groupshared
int
v
[
4
];
typedef
int
ary_ret
[
4
];
ary_ret foo
()
{
GroupMemoryBarrierWithGroupSync
();
int
v_1
[
4
]
=
v
;
GroupMemoryBarrierWithGroupSync
();
return
v_1
;
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}