Sign in
dawn
/
dawn
/
3d64565e2eb8fe4a377b18e288edac70d28d586f
/
.
/
test
/
tint
/
expressions
/
zero_init
/
array
/
i32.wgsl.expected.glsl
blob: cb8a24d09221e79d3bbc5be5bd9db03cc2f59e3a [
file
] [
log
] [
blame
]
#version 310 es
void
f
()
{
int
v
[
4
]
=
int
[
4
](
0
,
0
,
0
,
0
);
}
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
}