Sign in
dawn
/
dawn
/
ce466c0df3d8474e61dff2315aa8de1c722d82eb
/
.
/
test
/
tint
/
expressions
/
type_ctor
/
mat3x4
/
load
/
f32.wgsl.expected.msl
blob: 2dc900ea8e935039e735a6cf3db60c07268cac00 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float3x4 m
=
float3x4
(
float4
(
0.0f
),
float4
(
0.0f
),
float4
(
0.0f
));
float3x4
const
m_1
=
float3x4
(
m
);
}