Sign in
dawn
/
tint
/
8094553c8a45d09122b174e26686042dcc08e3cb
/
.
/
test
/
expressions
/
zero_init
/
mat2x4
/
f32.wgsl.expected.hlsl
blob: fee298a4569933dcbbd353a4f3efcf30bcbf3203 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float2x4 v
=
float2x4
(
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
);
}