Sign in
dawn
/
dawn
/
562d9b77af728096f4d5bf7b19f93fcd00421c73
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
64bit
/
vec2u32-vec4f16.wgsl.expected.ir.msl
blob: a43a082b8ac8ef129379d7dcb66f524079d9e919 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
uint2
const
a
=
uint2
(
1073757184u
,
3288351232u
);
half4
const
b
=
as_type
<half4>
(
a
);
}