Sign in
dawn
/
dawn
/
3d64565e2eb8fe4a377b18e288edac70d28d586f
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
48bit
/
vec3f16-vec3f16.wgsl.expected.ir.msl
blob: 329a879a730bcd4fad42a33af24e1520f8f1eb9a [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
half3
const
a
=
half3
(
1.0h
,
2.0h
,
3.0h
);
half3
const
b
=
as_type
<half3>
(
a
);
}