Sign in
dawn
/
dawn
/
2d63e321fd6c0342ba405204df0f978c3b3865be
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat2x2
/
f32.wgsl.expected.dxc.hlsl
blob: 098caae33bbc5af3b0ecf470ee8bc2a1f7e77a62 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float2x2 v
=
float2x2
((
0.0f
).
xx
,
(
0.0f
).
xx
);
}