Sign in
dawn
/
dawn
/
1ddb39c14b3aff8d9099e75bebb1ed3efa75a46b
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat4x4
/
f32.wgsl.expected.ir.msl
blob: b2ae2e2e7b6e40fe70ebd23ebcff8414b082fd95 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float4x4 v
=
float4x4
(
float4
(
0.0f
),
float4
(
0.0f
),
float4
(
0.0f
),
float4
(
0.0f
));
}