Sign in
dawn
/
tint
/
c6d967b4dd3fd313af5e6c6e906eeb9a9e3603cf
/
.
/
test
/
expressions
/
zero_init
/
array
/
i32.wgsl.expected.glsl
blob: 50e3677e06d4c8c66a3c822a4f7cb64d45417cc4 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
unused_entry_point
()
{
return
;
}
void
f
()
{
int
v
[
4
]
=
int
[
4
](
0
,
0
,
0
,
0
);
}