Sign in
dawn
/
dawn
/
aef595799dea1914e56e0b32910065b6df1d3777
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat2x2
/
f32.wgsl.expected.ir.fxc.hlsl
blob: 4aa80f373db4c67bc438e00b9e8c3749d7060062 [
file
] [
log
] [
blame
]
void
f
()
{
float2x2 v
=
float2x2
((
0.0f
).
xx
,
(
0.0f
).
xx
);
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}