Sign in
dawn
/
tint
/
b79f51ece3d42e96ea4952b9b1469b8d0563f337
/
.
/
test
/
expressions
/
zero_init
/
mat4x2
/
f32.wgsl.expected.glsl
blob: 0f2b79414877c0e939acd280f434c46bac52ad9e [
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
()
{
mat4x2 v
=
mat4x2
(
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
);
}