Sign in
dawn
/
dawn
/
refs/heads/chromium/5562
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
array
/
inferred
/
f32.wgsl.expected.dxc.hlsl
blob: 3c7b036c848a33c77812323bb15e2955712aad56 [
file
] [
log
] [
blame
] [
edit
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
static
float
arr
[
2
]
=
{
1.0f
,
2.0f
};
void
f
()
{
float
v
[
2
]
=
arr
;
}