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