Sign in
dawn
/
tint
/
6f9ac3524a0fd97afbe22f91148dbe94516bcdd9
/
.
/
test
/
expressions
/
zero_init
/
mat4x3
/
f32.wgsl.expected.glsl
blob: 998cfc1ce2644bbc79f67b4d3d27edfe80e820a3 [
file
] [
log
] [
blame
]
#version 310 es
layout
(
local_size_x
=
1
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
unused_entry_point
()
{
return
;
}
void
f
()
{
mat4x3 v
=
mat4x3
(
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
);
}