Sign in
dawn
/
dawn
/
794186c68dfdc027d2d3e192f24eeb03a3e3cdcb
/
.
/
test
/
tint
/
expressions
/
splat
/
immediate
/
f16.wgsl.expected.ir.msl
blob: 7487402970a64d53d6856ede2f21b68415b60c4f [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
half2 v2
=
half2
(
1.0h
);
half3 v3
=
half3
(
1.0h
);
half4 v4
=
half4
(
1.0h
);
}