Sign in
dawn
/
dawn
/
8156e433a6b6538c4e7be1eb960ee3abae7f975c
/
.
/
test
/
tint
/
expressions
/
splat
/
immediate
/
f16.wgsl.expected.msl
blob: b5608c7d93fc80a9374a808852583dc8b46b978e [
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
);
}