Sign in
dawn
/
dawn
/
refs/heads/chromium/5562
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
array
/
inferred
/
i32.wgsl.expected.glsl
blob: 03840ace35414370c81bd3ee4a107a195a183a5d [
file
] [
log
] [
blame
] [
edit
]
#version 310 es
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
unused_entry_point
()
{
return
;
}
int
arr
[
2
]
=
int
[
2
](
1
,
2
);
void
f
()
{
int
v
[
2
]
=
arr
;
}