Sign in
dawn
/
dawn
/
e856861fedf14ff9a480171e7ac69c78d11ae9ab
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
64bit
/
vec2i32-vec4f16.wgsl.expected.msl
blob: 91af62a21386962ca4994d2e94cb785154a4ab81 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
int2
const
a
=
int2
(
1073757184
,
-
1006616064
);
half4
const
b
=
as_type
<half4>
(
a
);
return
;
}