Sign in
dawn
/
dawn
/
be17904ee872a4cbfc52c93040d17c7c8c33fcb7
/
.
/
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
);
}