Sign in
dawn
/
dawn
/
cf05e9289b482131e76143ce5835a71fe12f0f8d
/
.
/
test
/
tint
/
expressions
/
splat
/
expression
/
f16.wgsl.expected.ir.msl
blob: bd97013ea2314dd594419e54fd6441f574824bc3 [
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
);
}