Sign in
dawn
/
dawn
/
ec3114d8dfea35324bcc4e76c8eb45976c2751a2
/
.
/
test
/
tint
/
builtins
/
workgroupUniformLoad
/
array_overridable_count.wgsl.expected.ir.dxc.hlsl
blob: 90773f3cf03218666d67997a17ed3cf68a76e329 [
file
] [
log
] [
blame
]
groupshared
int
v
[
128
];
int
foo
()
{
GroupMemoryBarrierWithGroupSync
();
int
v_1
[
128
]
=
v
;
GroupMemoryBarrierWithGroupSync
();
return
v_1
[
0u
];
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}