Sign in
dawn
/
dawn
/
refs/heads/chromium/5562
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
array
/
inferred
/
u32.wgsl.expected.glsl
blob: 5165ecde7221e0caba4e7a9dac64f276977c0855 [
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
;
}
uint
arr
[
2
]
=
uint
[
2
](
1u
,
2u
);
void
f
()
{
uint
v
[
2
]
=
arr
;
}