Sign in
dawn
/
dawn
/
ce466c0df3d8474e61dff2315aa8de1c722d82eb
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
mat2x2
/
load
/
f32.wgsl.expected.hlsl
blob: b737fd29e7afe4f9ef9c7e153245269af78863bb [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
float2x2 m
=
float2x2
((
0.0f
).
xx
,
(
0.0f
).
xx
);
const
float2x2 m_1
=
float2x2
(
m
);
}