Sign in
dawn
/
tint
/
50854384233e865caa6816201a52da0a747b16d8
/
.
/
test
/
expressions
/
zero_init
/
mat3x2
/
f32.wgsl.expected.hlsl
blob: 69c6a43c10409b7555bcfd72fdfc9e19fb126353 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float3x2 v
=
float3x2
(
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
,
0.0f
);
}