Sign in
dawn
/
dawn
/
f3e7db0c4ed2fe144a7f682e029f48e1c9ccf3ca
/
.
/
test
/
tint
/
bug
/
tint
/
1737.wgsl.expected.dxc.hlsl
blob: ad96071efb8700a9cdfc9c515d34477a42637a16 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
groupshared
float
a
[
10
];
groupshared
float
b
[
20
];
void
f
()
{
float
x
=
a
[
0
];
float
y
=
b
[
0
];
}