Sign in
dawn
/
dawn
/
refs/heads/chromium/5690
/
.
/
test
/
tint
/
bug
/
tint
/
1737.wgsl.expected.fxc.hlsl
blob: 436f4ac3ac47b0e14204d755c8fa0562b8e27887 [
file
] [
log
] [
blame
] [
edit
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
groupshared
float
a
[
10
];
groupshared
float
b
[
20
];
void
f
()
{
const
float
x
=
a
[
0
];
const
float
y
=
b
[
0
];
}