Sign in
dawn
/
dawn
/
99796361add4c7d7c452121bd01e46f5777df359
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat3x2
/
f32.wgsl.expected.dxc.hlsl
blob: 7b4b4e37ad7ea37993a432312ae8f1469c86376a [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float3x2 v
=
float3x2
((
0.0f
).
xx
,
(
0.0f
).
xx
,
(
0.0f
).
xx
);
}