Sign in
dawn
/
tint
/
refs/heads/chromium/4863
/
.
/
test
/
expressions
/
zero_init
/
mat4x2
/
f32.wgsl.expected.glsl
blob: 0f2b79414877c0e939acd280f434c46bac52ad9e [
file
] [
log
] [
blame
] [
edit
]
#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
()
{
mat4x2 v
=
mat4x2
(
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
);
}