Sign in
dawn
/
tint
/
5f6a185d0210fa6adf8bbcc4c2f4f3133e671001
/
.
/
test
/
expressions
/
zero_init
/
mat2x2
/
f32.wgsl.expected.glsl
blob: e9d26897860362b1428c99fc7a962b0773513f83 [
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
()
{
mat2 v
=
mat2
(
0.0f
,
0.0f
,
0.0f
,
0.0f
);
}