Sign in
dawn
/
dawn
/
80906a48e38c4d549764f8159645c340e9c6844f
/
.
/
test
/
tint
/
builtins
/
workgroupUniformLoad
/
array_overridable_count_aliased.wgsl.expected.fxc.hlsl
blob: 53a82c916c9941f7265ea16495aefe2d118c151d [
file
] [
log
] [
blame
]
groupshared
int
v
[
128
];
int
foo
()
{
GroupMemoryBarrierWithGroupSync
();
int
v_1
=
v
[
0u
];
GroupMemoryBarrierWithGroupSync
();
return
v_1
;
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}