Sign in
dawn
/
dawn
/
3e01ddbb5c7e8f0bc03965a1497a6c7276e1ed24
/
.
/
test
/
tint
/
bug
/
tint
/
1737.wgsl.expected.fxc.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
];
}