Sign in
dawn
/
dawn
/
014d6f768e0a37ec76fe9bec3f27a249e9e427bd
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat3x3
/
f16.wgsl.expected.ir.msl
blob: 2b0f3566a1513dcd281ecf4ef24c6cd519147771 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
half3x3 v
=
half3x3
(
half3
(
0.0h
),
half3
(
0.0h
),
half3
(
0.0h
));
}