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