Sign in
dawn
/
tint
/
b68e8aa65848dc17cf86dd61fed6d45bfb64d06e
/
.
/
test
/
expressions
/
zero_init
/
mat3x4
/
f32.wgsl.expected.hlsl
blob: 2b08d5f47e3cbe20c1d88b843a4d7aa84f36a4c1 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float3x4 v
=
float3x4
(
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
);
}