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