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