Sign in
dawn
/
dawn
/
cf05e9289b482131e76143ce5835a71fe12f0f8d
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat2x4
/
f16.wgsl.expected.ir.msl
blob: 8efc80d582982bec789648ebdb2969db4eb73931 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
half2x4 v
=
half2x4
(
half4
(
0.0h
),
half4
(
0.0h
));
}