Sign in
dawn
/
dawn
/
f7e113d47e2f88029699a2e13e95eb28e289c50a
/
.
/
test
/
tint
/
expressions
/
splat
/
expression
/
f16.wgsl.expected.msl
blob: 6ce49cd97b7c1bac2811cba5a943c20d632d6bce [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
half2 v2
=
half2
(
3.0h
);
half3 v3
=
half3
(
3.0h
);
half4 v4
=
half4
(
3.0h
);
}