Sign in
dawn
/
dawn
/
562d9b77af728096f4d5bf7b19f93fcd00421c73
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
64bit
/
vec4f16-vec4f16.wgsl.expected.msl
blob: 84ceb085cf4c8ea603e8bfe740c9a5fef8b5890a [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
half4
const
a
=
half4
(
1.0h
,
2.0h
,
3.0h
,
-
4.0h
);
half4
const
b
=
as_type
<half4>
(
a
);
return
;
}