Sign in
dawn
/
dawn
/
562d9b77af728096f4d5bf7b19f93fcd00421c73
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
64bit
/
vec2i32-vec4f16.wgsl.expected.ir.msl
blob: 64e3c24a6f15190176168ef4d12245e58ccfa7a4 [
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
);
}